From d5b3065751e415c91b5701bf6b12147c4371f9d4 Mon Sep 17 00:00:00 2001 From: bonamin Date: Wed, 11 Feb 2026 17:50:39 +0200 Subject: [PATCH] Changed name to 4000 --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index b930c31..7ab2126 100644 --- a/main.py +++ b/main.py @@ -15,7 +15,7 @@ from collections import defaultdict class PianoMaster3000: def __init__(self, root): self.root = root - self.root.title("PianoMaster 3000 🎹") + self.root.title("PianoMaster 4000 🎹") self.root.geometry("1400x900") self.root.configure(bg='#1a1a1a') @@ -49,7 +49,7 @@ class PianoMaster3000: # Title title_label = tk.Label( self.root, - text="🎹 PianoMaster 3000 🎹", + text="🎹 PianoMaster 4000 manigga! 🎹", font=("Arial", 24, "bold"), bg='#1a1a1a', fg='#00ff00'