Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from kivy.app import App
- from kivy.uix.button import Button
- class MyApp(App):
- def build(self):
- return Button(text='Hello World')
- MyApp().run()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement