mirror of
https://github.com/kennethreitz/pytheory.git
synced 2026-06-05 14:50:18 +00:00
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:
+8
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user