added README text and changed windows title

Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
Ebbe Baß
2025-02-28 21:39:57 +01:00
parent bae2ec8eef
commit e843fc78d8
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ def convert(event=None):
# Create UI
root = tk.Tk()
root.title("BPM to Showcontroller Live calculator")
root.title("BPM to Live calculator")
root.geometry("300x150")
frame = ttk.Frame(root, padding=10)