-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
18 lines (12 loc) · 813 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Piedit is a Graphical IDE and integrated interpreter for the Piet programming language http://www.dangermouse.net/esoteric/piet.html.
Piet is an esoteric programming language inspired by Piet Mondrian - http://en.wikipedia.org/wiki/Piet_Mondrian, where the programs look like abstract art. The colours and arrangement of the pixels control the program flow and operation. For a more detailed explanation, see the Piet Homepage (link above).
Written in Python with a GTK interface designed in Glade.
Features
* Create, edit and save Piet programs easily using the UI
* Run programs using the command line interpreter
* Step through/run programs in the UI
* There seemed like a lot more features when I was writing it!
Requirements
* Python (with PIL)
* GTK+ 2.0
* PyGTK bindings