Click here to Skip to main content
15,894,132 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
So I didn't know how to put this across but what I am trying to ask is how do you make something like lets say a tic tac toe program go from only printing out to a console e.g console asks where would you like to place your X and you type top right. Too actually having a tic toe toe grid graphically and you could drag a X to the top right and then the program would understand that the same as if you typed into the console, "top right" like before.
Posted
Updated 22-Dec-13 3:04am
v2

1 solution

You need Graphical User Interface (GUI). Start your learning journey from this tutorial on Python GUI Programming.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900