Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 401 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 401 Bytes

Inspirobot-Python

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 )