How to create multiple Screens/Frames using tkinter python. Tkinter Multiple Frames

preview_player
Показать описание
Learn How you can create multiple frames in python tkinter to give your application more than 1 screen.

Рекомендации по теме
Комментарии
Автор

Best video of all i have seen for tkinter shortly simple and sweet to learn

aayanqureshi
Автор

This works visually, but is not a good design. Each function creates an entirely new frame and puts it on top of the others but never removes anything. This will eventually exhaust your memory.
A better design would be create all 3 frames at the beginning and have the buttons call a function which puts the selected frame on top. That way there is only one copy of each frame which conserves memory and you can switch between them at will. Also, it allows you to retain any changes to each screen (such as entry field values) regardless of whether it is on top at the moment.

aslynnmoore
Автор

I need help in Arduino coding for stepper motor

Are you able to help bro?

chekalpavan