Python Projects Collection
Algorithms, automation scripts, and CLI tools
A growing collection of Python programs — algorithms, automation scripts, and CLI utility tools — built from scratch to solve small, real problems and sharpen core programming fundamentals along the way.
Why it exists
Not every piece of software needs to be a full product. This repository is where smaller, self-contained problems get solved: a script that automates a repetitive file-renaming task, a CLI tool that formats data a certain way, an implementation of a classic algorithm to make sure the fundamentals stay sharp. Each one is small enough to finish in a sitting and useful enough to keep.
What's in it
Automation scripts for everyday tasks, command-line utilities built around Python's standard library first (reaching for a dependency only when it earns its place), and algorithm implementations written to understand the mechanics, not just call a library function. The collection keeps growing as new small problems come up.