enkryptor

Untitled

Feb 19th, 2022
953
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.16 KB | None | 0 0
  1. from kivy.app import App
  2.  
  3.  
  4. class TestApp(App):
  5.   def set_text(self, target, text):
  6.     target.text = text
  7.  
  8.  
  9. if __name__ == '__main__':
  10.     TestApp().run()
Advertisement
Add Comment
Please, Sign In to add comment