| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
A root launcher lets users discover and run projects without manually browsing every folder for the correct script. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
👋 @SpencerJung 👋 We're delighted to have your pull request! Please take a moment to check our contributing guidelines and ensure you've filled out the PR template for a smooth process. We will review it soon. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Developer Checklist
Summary
Adds a centralized root main.py launcher for the repository.
Before this change, users had to browse into each mini-project folder and find the right script manually. The new launcher discovers top-level project folders with runnable Python files, shows a simple text menu, and can also list or run a project non-interactively:
python main.py --list python main.py --run "Age Calculator"Verification:
Closes #134
Screenshot
N/A - text CLI launcher.
Live Project Link
N/A