Created
November 17, 2016 02:11
-
-
Save spiridonovpolytechnic/8402caea66a1192419c059778972cea0 to your computer and use it in GitHub Desktop.
Import
This file contains hidden or 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
import os | |
os.environ["KIVY_BCM_DISPMANX_ID"] = "4" | |
from kivy.app import App | |
from kivy.uix.button import Button | |
from kivy.clock import Clock | |
from kivy.uix.boxlayout import BoxLayout | |
from kivy.uix.label import Label | |
import operator |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment