Sometimes you just want to throw together a very basic python program and you would like a decent GUI rather than a command line interface or a web page interface. Note: I am using Python 2.7.4
1. Tkinter
Tutorial, Another Tutorial
If you get "please install the python-tk package" when you try to > import Tkinter in a python shell, you need to install python-tk
$ sudo apt-get install python-tk
2. Kivy
Hmm??? Works on Android....
No comments:
Post a Comment