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
# modified from tito's gist: https://gist.github.com/3010607 | |
from kivy.clock import Clock | |
from kivy.event import EventDispatcher | |
from kivy.uix.floatlayout import FloatLayout | |
from kivy.uix.boxlayout import BoxLayout | |
from kivy.uix.label import Label | |
from kivy.uix.button import Button | |
from kivy.uix.widget import Widget | |
from kivy.properties import ObjectProperty, DictProperty, \ |