Skip to content

Instantly share code, notes, and snippets.

@jbaber
jbaber / main.py
Last active October 5, 2015 02:23
How do I make user_layout.score a NumericProperty that calls update_bar ?
"""
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