Multiple screen app using -Python -Kivy

Опубликовано: 05 Октябрь 2024
на канале: SnakeInCode
9,147
like

#appdevelopment #python_project #kivy #Snake_in_code

This app will work on mac, android , ios and windows because this is a interface free method.
So, you can easily try this app at any where.

Kivy _playlist:   • Kivy Tutorials  

Python projects & APP development playlist:
   • Python Kivy Projects & APP development  

Initial code:

from kivy.app import App
from kivy.lang import Builder
from kivy.properties import StringProperty
from kivy.uix.screenmanager import Screen, ScreenManager
from kivy.core.window import Window


class TutorialApp(App):
def build(self):
return

if _name_ == "__main__":
TutorialApp().run()

=======Lessons=====
00:00 Introduction
2:10 Importing Kivy & Initial code
3:41 Background color & make 3 screen
8:36 First page design
21:34 : On press button
27:15 Second page design
28:51 Switch page
31:11 Home page design
35:51 Final Output

Please Subscribe my channel
Thank You