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 kivy | |
kivy.require('1.0.6') # replace with your current kivy version ! | |
import datetime | |
from kivy.app import App | |
from kivy.clock import Clock | |
from kivy.uix.label import Label | |
from kivy.uix.button import Button | |
from kivy.uix.image import Image |