Standalone Python tools and utilities. Zero dependencies. One-command execution.
This repository collects high-quality Python scripts that run anywhere Python 3 exists — no pip installs, no virtual environments, no frameworks. Each script solves a real problem with minimal code and maximum clarity.
| Script | Purpose |
|---|---|
| CHIP-8 Emulator | Complete CHIP-8 virtual machine using only curses. |
| AI Risk Checker | Maps ChatGPT Enterprise configs to prompt exposure profiles. |
| Prompt Generator | Friday prompt templates for production AI workflows. |
- Single file (≤500 lines when possible)
- Standard library only
- Clear CLI usage
- Inline documentation
- Tested on Linux/macOS/Windows
python3 script.py [input]Join the newsletter for new scripts + AI insights: PithyCyborg.com
X updates: @mrcomputersci | @pithycyborg
MIT License