From e5f258bc2196c7c8157ffb15036278da79f50075 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 25 Mar 2026 21:15:11 -0400 Subject: [PATCH] Add guided welcome: 5 commands that teach the flow Co-Authored-By: Claude Opus 4.6 (1M context) --- pytheory/repl.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pytheory/repl.py b/pytheory/repl.py index eb50b84..eee00a4 100644 --- a/pytheory/repl.py +++ b/pytheory/repl.py @@ -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: