Changed name to 4000

This commit is contained in:
2026-02-11 17:50:39 +02:00
parent 8677b017ec
commit d5b3065751

View File

@@ -15,7 +15,7 @@ from collections import defaultdict
class PianoMaster3000: class PianoMaster3000:
def __init__(self, root): def __init__(self, root):
self.root = root self.root = root
self.root.title("PianoMaster 3000 🎹") self.root.title("PianoMaster 4000 🎹")
self.root.geometry("1400x900") self.root.geometry("1400x900")
self.root.configure(bg='#1a1a1a') self.root.configure(bg='#1a1a1a')
@@ -49,7 +49,7 @@ class PianoMaster3000:
# Title # Title
title_label = tk.Label( title_label = tk.Label(
self.root, self.root,
text="🎹 PianoMaster 3000 🎹", text="🎹 PianoMaster 4000 manigga! 🎹",
font=("Arial", 24, "bold"), font=("Arial", 24, "bold"),
bg='#1a1a1a', bg='#1a1a1a',
fg='#00ff00' fg='#00ff00'