Add guided welcome: 5 commands that teach the flow

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-25 21:15:11 -04:00
parent a294887215
commit e5f258bc21
+8 -1
View File
@@ -500,7 +500,14 @@ def main():
print()
print(" ♫ PyTheory REPL")
print(" ════════════════════════════════════════")
print(" type 'help' for commands, 'quit' to exit")
print()
print(" try: key Am — set a key")
print(" chords — see its chords")
print(" prog I V vi IV — hear a progression")
print(" drums bossa nova")
print(" play_score — hear it all")
print()
print(" help for all commands, quit to exit")
print()
while True: