A Python 2.7 Tkinter GUI to view images generated by inspirobot.me
This is a single-threaded Python Tkinter program that uses the Inspirobot API at http://inspirobot.me/api?generate=true to extract and view generated images. This was created as a means of getting familliar with the Python Tkinter package.
You need requests module to run this program ( pip install requests )