You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
text = Text(app, height = "fill", font = "Calibri", size = 60, text = "Pints Poured")
text.text_color = "white" #This sets the font color for the words "Pints Poured"
text = Text(app, height = "fill", font = "Calibri", size = 90, text = "1") #Whenever you need to correct the count, adjust the number within quotes after 'text = '
text.text_color = "red" #This sets the font color for the number
text.repeat(5000, counter) #The number is the amount of milliseconds you want the counter to wait before it increases