https://github.com/http-kennedy/http-kennedy
https://github.com/http-kennedy/http-kennedy
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/http-kennedy/http-kennedy
- Owner: http-kennedy
- Created: 2025-07-14T17:14:16.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-14T18:49:50.000Z (11 months ago)
- Last Synced: 2025-07-14T23:11:02.399Z (11 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# about me
- hobbyist
- 99.42% of what i code is for my own use
---
## tools





---
## philosophy
- python
- aim for simple and modular design
- try to keep things easy to reuse and tweak
- not perfect at it but always improving
---
## claim to fame
- placed **3rd** in the SANS Capture the Flag @ [BSides Charm 2025](https://www.bsidescharm.org/)
- placed **19th** in the Huntress Capture the Flag @ [Huntress CTF 2025](https://ctf.huntress.com/)
---
### dev-template
**please consider using [UV](https://docs.astral.sh/uv/) or [copier](https://copier.readthedocs.io/en/stable/) 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
[](https://pepy.tech/projects/dev-template)
[](https://pypi.org/project/dev-template)
[](https://github.com/http-kennedy/dev_template/stargazers)
[](https://github.com/http-kennedy/dev_template/network/members)
[](https://github.com/http-kennedy/dev_template)
[](https://github.com/http-kennedy/dev_template/commits/main)
[](https://pypi.org/project/dev-template)
[](https://pypi.org/project/dev-template)
[](https://github.com/http-kennedy/dev_template/blob/main/LICENSE)
---
## advent of code
[](https://adventofcode.com/2025) [](https://adventofcode.com/2024) [](https://adventofcode.com/2023) [](https://adventofcode.com/2022) [](https://adventofcode.com/2021) [](https://adventofcode.com/2020) [](https://adventofcode.com/2019) [](https://adventofcode.com/2018) [](https://adventofcode.com/2017) [](https://adventofcode.com/2016) [](https://adventofcode.com)
---
## contact
if you want to ask about something ive built or just curious how it works
open an issue or discussion on the relevant repo