This commit is contained in:
Tristan Smith 2024-07-23 18:27:32 -04:00
parent 7c32293189
commit e7376e9a59
No known key found for this signature in database
GPG key ID: 97A3A87F4C94A529

2
tap.py
View file

@ -45,7 +45,7 @@ root.geometry("300x200")
# Create and place bpm label # Create and place bpm label
bpm_label = tk.Label(root, text="BPM: N/A", font=("Verdana", 24)) bpm_label = tk.Label(root, text="BPM: N/A", font=("Verdana", 20))
bpm_label.pack(pady=20) bpm_label.pack(pady=20)
# Create and place start/stop button # Create and place start/stop button