Skip to content

Instantly share code, notes, and snippets.

@kaustubhgupta
Last active August 11, 2020 08:06
Show Gist options
  • Save kaustubhgupta/2b3955716ff7586e0d9081d4452dd800 to your computer and use it in GitHub Desktop.
Save kaustubhgupta/2b3955716ff7586e0d9081d4452dd800 to your computer and use it in GitHub Desktop.
from kivymd.app import MDApp
from kivy.lang import Builder
class Main(MDApp):
def build(self):
return Builder.load_file("label.kv")
Main().run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment