+ 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?
1 Resposta
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.