A collection of small, focused automation projects built with Python and Bash. Each project is designed to be reproducible, easy to run, and clearly documented.
- Windows 11
- Python (virtual environments)
- Git Bash
- Visual Studio Code
From the repository root:
python -m venv .venv
source .venv/Scripts/activate
pip install -r requirements.txt
projects/ - Individual automation projects scripts/ - Shared shell helpers docs/ - Notes and design decisions logs/ - Curated command history
- 01_api_health_check API health check and response capture automation
- The virtual environment (.venv/) is intentionally not committed
- Dependencies are tracked in requirements.txt
- Development commands are recorded in logs/commands.md