Kivy with Python tutorial Part 10 - Screen Manager

preview_player
Показать описание
In this Kivy application development tutorial, we cover the screen manager. For any medium or larger application, you're likely going to need to allow the user to go to and from various screens, like settings, home, and the game, for example. Kivy comes with a very nice "Screen Manager" which helps you do this.

Bitcoin donations: 1GV7srgR4NJx4vrk7avCmmVQQrqmv87ty6
Рекомендации по теме
Комментарии
Автор

i've loved that 3d printer's sounds at the beginning of the video :)

franciscomartiarena
Автор

@sentdex could you perhaps do an updated tutorial on Kivy? Six years has passed and I can see that this is a bit outdated 😬

kelkka
Автор

Thank you alot for yours videos. Yours sound very clear

yousifahmed
Автор

Why doesn't the screenManager in the kv file have < >

codecobber
Автор

How would you go about switching screens but leaving the buttons in place? Like if you wanted a "navbar"?

coreyrussell
Автор

Hi, thank you for the content. I'm new to kivy. One question: in the first line of the kivy file, I kind of understand that it imports FadeTransition from py file to use in the kv file. But in general, what is general the function of "#: "? Thank you.

weiqi
Автор

Hello,

Is it possible to pass values between multiple screens.
For example if I have InputText and I write some thing in the first screen, I'd like to see it in label in the second screen.

Thank you

happyman
Автор

The FadeTransition() does not work for me, I retired that from the code of main.kv and runs with the default transition.

aHardReset
Автор

Can you make a video or tell me if theres a way to have a different transition on different pages.

Tawkitoutti
Автор

Good to watch. Now, I have multiple kv files (due to complexity, I have 3 : main, debug and settings + popups for password or leave / close the app). What is the trick?
Or another idee, how to keep a header on top whatever the screen is ?

guillaumemendibil
Автор

Can some one explain me this app.root.current . I read the documentation on kivy but im having a hard time understanding it. Does it mean that you enter the app go to the screenmanager(root) and then choose the widget or screen in this case ??

karl
Автор

do you think you can make a video on the vkeyboard? i am having such a difficult time with it. thank you! it would be greatly appreciated.

Cinthia
Автор

when i run i get this eurror
AttributeError: 'weakref' object has no attribute 'cline_in_traceback'

allaniamed
Автор

how did you lean all kivy
any book to share
thanks

whiwkhaled
Автор

I am getting an error "Factory Exception: Unknown class <ScreenManagement>. Can you help?

JJ-zqhb
Автор

help me
I run this turoria in raspberry pi os kivi pie

i get some error "glGetError 0x505 Exception Exception: Exception('FBO Initialization failed: Incomplete attachment (36054)', ) in ignored"

kumkun
Автор

sir? is it possible to make a security lock app using kivy and opencv? is there a module pf kivy that will make this possible? thanks in advance...

memegogogo
Автор

sentdex very helpful videos Thank you so much.
Also wil my kivy app's size increase if i don't use KV language just pure python?

saminchowdhury
Автор

plz... zoom in to window, for clarity of text which will make your presentation better !

sambhavsisodia
Автор

how do you do mobile app with kivy or python?

khanhng