Created
September 26, 2014 14:56
-
-
Save kived/2cfd3fa637fcfdb94afa to your computer and use it in GitHub Desktop.
kivy german 2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#:kivy 1.8 | |
Label: | |
text: 'durchgeführt' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
import kivy | |
kivy.require('1.8.0') | |
from kivy.app import App | |
class GermTestApp(App): | |
pass | |
if __name__ == '__main__': | |
GermTestApp().run() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment