Python Basics Tutorial How to Switch Screen in Kivy With ScreenManager

preview_player
Показать описание
Learn how to create and switch between screens with kivy for python programming

twitter: @python_basics

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

Thats what i m looking for
Think you for this tutorial
I wish you could made a tutorial after to put all this stuff together
I mean a simple app crud in kivy and sqlit with 3 text input id text, name and gender (radiobox) and a recycleview to fech data in the same window when i clic on a row it show the selected items inside the boxinput to update or delete
And when i try to add a record it check if it exist before
I know it s a lot of work but it will be very instructif
Thaks again

aminefadi
Автор

Great Video! How would you switch screens using an instance function in python code? I've got my KV file to run root.sign_in, but in this, it should switch screens.

rohinsood