View Single Post
  #15 (permalink)  
Old 02-06-2008, 01:54 AM
v0id's Avatar   
v0id v0id is offline
Super Moderator
 
Join Date: Apr 2007
Location: Denmark
Posts: 2,458
Last Blog:
CherryPy(thon)
Rep Power: 27
v0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of light
Send a message via MSN to v0id
Default

GUI means Graphical User Interface, so it's everything you're looking at. Like now, when you read this post you'll probably be reading it from a browser; this browser have a graphical user interface - it's everything you're looking at. As default, Python ships with Tkinter, so you could try out some GUI-programming right away, without installing new libraries.

From what you're saying you know, you should be able to make the famous guess-a-number-game. It requires you to have the basic understanding of modules and user I/O though.
Reply With Quote

Sponsored Links