- hobbyist
- 99.42% of what i code is for my own use
- python
- aim for simple and modular design
- try to keep things easy to reuse and tweak
- not perfect at it but always improving
- placed 3rd in the SANS Capture the Flag @ BSides Charm 2025
- placed 19th in the Huntress Capture the Flag @ Huntress CTF 2025
please consider using UV or copier instead as they're better tools
quickly scaffold python projects
designed to skip the bloat and get straight to coding
sets up a basic project structure with dirs like src, tests, and optional config files like pyproject.toml
supports:
- simple config to set defaults like base path or template location
- interactive prompts with path autocomplete
- automatic venv creation and package install
- drop-in templates you can customize
design was inspired by always repeating the same setup steps just to write a small script
wanted something fast and local to keep my projects organized without thinking too much
if you want to ask about something ive built or just curious how it works
open an issue or discussion on the relevant repo


