Creating an image editing application in Python

Enrico Tuvera Jr picture Enrico Tuvera Jr · Jan 8, 2010 · Viewed 8.7k times · Source

I need a tile/sprite editor kind of like Pixen, but I couldn't find one for Windows so I thought it might be a good exercise for me to try and put one together. I use Python, so are there any libraries out there that are suited to the task of putting together a simple tile/sprite editor?

Answer

Jochen Ritzel picture Jochen Ritzel · Jan 8, 2010

You just need a gui toolkit (gtk, qt, wx) a image library (PIL) and 500 hours of free time ...