PyEdit is a simple Tkinter-based text editor designed for programming.
Go to github.com/caarfken/PyEdit/releases/latest and download the build for your OS (for example, Linux Build). Extract the folder from the zip and enter it.
Make "main" executable (chmod +x main
) and it is now ready to run! Just execute "main" to start.
This is a portable build, so it works already! Just double-click "main" or "main.exe" when you want to run it.
Go to https://github.com/caarfken/PyEdit/actions for the absolute latest release (Warning-very unstable!)
To apply most actions to a file, you must save and reopen the file. If anyone knows how to fix this, please open a pull request with the fix.