September 2010
M T W T F S S
« Dec    
 12345
6789101112
13141516171819
20212223242526
27282930  

Categories

GUI Labels in Python

A graphical user interface allows user to interact with a program. In this program we only introduce labels which actually do not support interaction but only serve for displaying messages. We use Tkinter module of Python for this specific program. There are other GUI packages as well. Class LabelDemo defines GUI for our program. It [...]