charlierolando / scoreboard-countdown_timer

Very simple Scoreboard and Countdown Timer GUI using Tkinter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Very simple Scoreboard and Countdown Timer GUI using Tkinter

To run the Scoreboard and Countdown Timer GUI, install tkinter module:

pip install tk

Download and run the program:

python scoreboard+timer_countdown.py

The Scoreboard and Countdown Timer GUI will be started:

Change default Timer value:

TIMER_DEFAULT_VAL = 11  # Default starting time: 10 seconds

Change default Countdown pos:

x_time_countdown_pos = 1010 # x pos to time countdown
y_time_countdown_pos = 230 # y pos to time countdown

Change default Team name:

team_name = ["Team 1", "Team 2", "Team 3", "Team 4", "Team 5"] # set team name

Change default Font sizes:

DISPLAY_SCORE_FONT_SIZES_MULTIPLIER = 3.5 # set score font sizes multiplier

Display Popup message when time's up:

Uncomment this code

About

Very simple Scoreboard and Countdown Timer GUI using Tkinter


Languages

Language:Python 100.0%