- Install python
- Install the pillow library with
pip install pillow
(You can skip this if you don't need icons) - Run the program with python (python3 for python 3.x)
In the main window, start writing your python code. The editor will mark keywords, variables, function and more.
Note: The editor does not mark errors in the code (yet).
With the save as
button you can save your file in a specific directory. With the save
you can save your changes. The enable autosave
function saves your file every 10 seconds. open
does exactly what it says... it opens a file from your computer. The zoom
function changes the font size.
The run
function runs the program in a seperate window.
Written by Tobias Kisling
Version 1.0
You can reach me by mail ([email protected]) or on (https://.com/hasderhi).