Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 644 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 644 Bytes

Stani's Python Editor

Stani's Python editor is a successful python editor written by Stani Michiels in the early 2000s in python using wxPython and some other toolkits. Since 2008, Stani has not done any more work on the project. Therefore, I decided to clone his code and start maintaining the IDE and bring it a little more up to date.

======================= to lunch via file (windows) or termnal (lunix) open the init.py file you may be prompted to install python-wxgtk

if ubuntu:
  sudo apt-get install python-wxgtk
elif windows:
  install ubuntu #;)

to lunch via script just

import SPE