I kept struggling to sit down and start my side projects, so I tried reading more about productivity and motivation. At some point I realized I just needed something simple to get me moving — so I wrote a tiny Pomodoro timer in Python.
It’s intentionally minimal: you enter the title, work time, break time, and number of intervals. After the session it generates a short report and asks you to write your own conclusion. I like reviewing these later, so I added that part for myself.
I enjoy building small tools instead of searching for the “perfect” app, and Python made it easy to keep everything clean and simple.
Works on Windows & Linux, pure Python.
GitHub: https://github.com/Mietkiewski/MPomidoro
Gumroad PWYW $0+: https://mietkiewski.gumroad.com/l/mpomidoro


Nice. For me those first steps always stretch out… I sit down “just to start” and suddenly 20 minutes are gone.