Python Forum

Full Version: Tkinter Help!!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All!

Basically I have to make a program for my project.
Me being the average student skipped reading the brief and dove straight into coding.
I have completed a majority of the game, basically it works and all.
But a key detail I missed was the GUI being needed...

So I have a program which works when you hit run, but I do not have a GUI and I have 0 ideas on how to launch all my hard worked code into a GUI.
Any help would be great!

TheMicks

NOTE: My game is basically a text based adventure game, it is all ready to go but I need to somehow get it to launch on a GUI and change it so it looks like a CMD box
There's no instant route, tkinter, however, is quite easy to learn
You need to take a tutorial (within a night or two, you'll get the basics)
I like this one: https://www.python-course.eu/python_tkinter.php