Tkinter requirements. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Tkinter requirements.

What are the things in Python we should know at minimum to work with Tkinter?

13th Jul 2019, 6:14 AM
Yash
Yash - avatar
1 Answer
+ 3
Some knowledge about OOP is very useful to understand how tkinter works and to write neat code with it. But you can write a basic app with a few lines of code easily. "hello world" on python documentation: https://docs.python.org/3/library/tkinter.html#a-simple-hello-world-program
13th Jul 2019, 8:05 AM
Tibor Santa
Tibor Santa - avatar