0
How can I make my Tkinter to work with the code I wrote
programming
3 odpowiedzi
+ 10
You have to import tkinter. Then build the graphic user interface with it. You can read this tkinter tutorial,there are many examples there -- from simple to more advanced:
https://www.python-course.eu/python_tkinter.php
+ 1
just type --> import Tkinter #if you use python2
or type --> import tkinter #if you use python3
+ 1
import tkinter
and it working with it depends entirely depends on the code you wrote and how you are outputting the data on the window. check tkinter documentation