Advertisement
Guest User

new

a guest
Apr 19th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. from kivy.app import App
  2. from kivy.uix.button import Button
  3. class TestApp(App):
  4.     def build(self):
  5.         return Button(text='Hello World') TestApp().run()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement