What is the Best way to use TKinter from python modules | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is the Best way to use TKinter from python modules

I have imported TKinter in my application but how do I arrange and set drop downs and animation?

10th Aug 2019, 9:22 PM
Emmanuel Arthur
1 Answer
0
What sort of animation did you have in mind? You can do some basic stuff with tkinter canvas, but don't expect a lot of performance. https://medium.com/@elan_73479/JUMP_LINK__&&__python__&&__JUMP_LINK-tkinter-tutorial-4-making-a-animation-in-canvas-ff5801358e4e Tkinter is most suited to make a basic GUI (user interface) for an application, such as text boxes, buttons, file selector, menus, etc.
11th Aug 2019, 6:26 AM
Tibor Santa
Tibor Santa - avatar