Skip to content

tepru/piedit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Piedit

Piedit is a Graphical IDE and integrated interpreter for the Piet programming language.

Piet is an esoteric programming language inspired by 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.

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

#Installation You need:

  • Python (with PIL (Python Imaging Library))
  • GTK= 2.0
  • PyGTK bindings
  • Glade library

To install PIL pip install pil To install Glade pip install glade

About

An IDE/Interpreter for the Piet programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages