A collection of fun, experimental, and learning projects that don't warrant their own repositories.
A fun CLI tool to track your coding progress with beautiful ASCII art, session timers, and motivational quotes.
Tech Stack: Python, pyfiglet, colorama, uv
A simple CLI tool to track weight, calories, and macros for fitness goals.
Tech Stack: Python, colorama, tabulate, uv
A simple habit-focused experiment for building consistency one day at a time.
Tech Stack: Python, FastAPI, uv
A lightweight API experiment for workout and fitness data.
Tech Stack: Python, FastAPI, uv
A terminal-based Pomodoro timer with session history, streak tracking, and configurable durations. Logs every session to SQLite and shows colored progress bars in real time.
Tech Stack: Python, Click, Colorama, SQLite, uv
More experiments coming soon...
Each project has its own README with specific setup instructions. Most Python projects use uv for dependency management:
# Navigate to any project
cd project-name
# Install dependencies and run
uv run main.py- Create a new folder with a descriptive name
- Add a README.md explaining what the project does
- Update this main README with a link to your new project
- Follow the existing project structure
- Keep projects lightweight and focused
- Include a README with setup instructions
- Use modern tooling (uv, poetry, etc.)
- Make it fun and educational
If your GitHub graph is looking empty, use this repeatable system:
- Pick one tiny daily task (bug fix, README improvement, small refactor, or test).
- Work in a 25-minute focus block and stop when the task is done.
- Commit with a clear message using this pattern:
feat: add Xfix: correct Ydocs: improve Z
- Push before ending your session:
git add -A git commit -m "docs: daily progress update" git push - Keep a running checklist in an issue or notes file so you always know the next tiny task.
Consistency beats intensity. One useful commit per day is enough to build visible momentum.
- Total Projects: 5
- Languages: Python
- Last Updated: April 2026
Happy experimenting! 🎉