Tkinter Python IDE
A Python IDE made with tkinter.
-
Autocomplete with Tkinter Text-Widget, backtab, indent, linenumbers, syntax highlighting
-
Brace matching included
-
Sourcecode analyzing
-
Terminal window
-
Filebrowser included
-
should be cross platform :)
You need "pygments" for syntax highlighting
-
pip3 install pygments
only tkinter is used with python 3.x
-
tabs are ordered in a stack -> you can close only the last opened tab
-
loading a file now has a percent display
-
Check out the better version: