Skip to content

An app for generating separators for your code, i.e. multiple line comments that separate different parts of your code file, and also have a descriptive title for the code below them.

Notifications You must be signed in to change notification settings

maxska/separator-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

separator-generator

An app for generating separators for your code. Sometimes it's useful to divide a file containing many lines of code into different sections, where each section might have a "header". This is simply for readability and being able to get a better overview of the file.

Example of a separator/header that could be used above functions in a JavaScipt file:

//###############################################
//##########      Extra functions      ##########
//###############################################

How to use

You need to have python3 installed.

In your terminal emulator, write

python3 gui.py

If python gives the message "ModuleNotFoundError: No module named 'tkinter'", install tkinter by (on debian linux):

sudo apt-get install python3-tk

About

An app for generating separators for your code, i.e. multiple line comments that separate different parts of your code file, and also have a descriptive title for the code below them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages