GlowCode is a simple code editor with syntax highlighting for various programing and markup languages. The program has a graphical interface.
First of all you will need Python version 3.7 or higher:
sudo apt install python3Next you will need to install Tkinter, CustomTkinter and Pyinstaller:
pip install tk
pip install customtkinter
pip install pyinstaller- Launch with Python
- Install on PC with Basch script
python3 GlowCode.pyRun the build file (build-linux.sh) to get the an executable file
chmod +x build-install-linux.sh
./build-install-linux.shThen run the installation script
chmod +x install.sh
./install.shNow you can run GlowCode using the command glowcode or glowcode <filename>
Install customtkinter using pip:
pip install customtkinter
And run build-install-windows.bat as administrator
- New (Ctrl+N) - Create a new file
- Open (Ctrl+O) - Open an existing file
- Save (Ctrl+S) - Save current file
- Save As (Ctrl+Shift+S) - Save file with a new name
- Exit - Quit the editor
- Current line highlighting
- Line numbering
- Status bar with cursor position and language info
- Automatic syntax detection by file extension
- Dark theme interface
Qwez-source


