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