A personal operating system/setup for ideas, projects & research. Clone the repo to set up a clean workspace with templates, automation & clear structure. Use it as your starting point for thinking, planning, and building anything—developer-friendly starter files, templates, automated scripts, and a consistent, reproducible framework for your work.
framework/
python3 -m venv .venv
source .venv/bin/activate # on Windows: .venv\Scripts\activate
pip install -r requirements.txt
python app.py