A Tkinter Based Python Code Editor with Syntax highlighting and Many Customization Features
git clone https://github.com/Chitraaksh/CATEditor
cd CATEditorOr Just Download The main.py(It is a Standalone file, __pycache__ will be generated automatically)
- On Debian/Ubuntu
sudo apt install python3 python3-tk-
On Windows
-
Install Python 3.13 from Microsoft Store(Recommended)(Tkinter comes preinstalled, if not follow step two)
-
Open CMD or Powershell(With Adminstrator Privileges[optional]) and Run:
pip install tkinter -
-
On Fedora
sudo dnf install python3 python3-tkinter- On Arch Linux
sudo pacman -S python tkpython3 main.pyThis project is a modified version of The Text Editor from Examples Menu in Pydroid 3