Skip to content

Instantly share code, notes, and snippets.

View martburg's full-sized avatar

martburg

View GitHub Profile
Python File:
from kivy.app import App
from kivy.uix.label import Label
from kivy.lang import Builder
from kivy.uix.screenmanager import ScreenManager, Screen
Builder.load_file('Test1.kv')
class ScreenManager(ScreenManager):