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
import kivy | |
from kivy.app import App | |
from kivy.clock import Clock | |
from kivy.uix.button import Button | |
from kivy.uix.popup import Popup | |
from kivy.uix.progressbar import ProgressBar | |
from kivy.uix.widget import Widget | |
from kivy.properties import ObjectProperty |