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
""" | |
How do I make the user bars change whenever the user scores | |
change? | |
""" | |
from __future__ import print_function | |
from kivy.app import App | |
from kivy.clock import Clock | |
from kivy.graphics import Color, Rectangle |