Coding projects

Coding projects05

Bedtime App

A bedtime checklist, brushing timer, and journal put into one Python app because apparently going to bed needed software.

Project typePersonal utility
LanguagePython
Notes

The story so far

Why I made it

The question was simple: which parts of getting ready for bed are repetitive enough that a computer can keep track of them? The answer became a checklist, a timer, and a place to write down the day before closing the laptop.

Small, but actually useful

There is nowhere for a personal utility to hide. If the sequence is annoying, I notice it that night. That made the feedback immediate and the next improvement fairly obvious.

What comes next

The repository is public and the app can keep changing as the routine changes. Realistically, the next feature will arrive after I get annoyed by something enough times.

View the Bedtime App repository

In practice

The project, running.

Real captures from the working project, kept alongside the decisions and lessons behind it.

Bedtime App desktop window with a five-item bedtime checklist
The checklist opens the routine before the timer and journal.
Continue exploringAutoclicker App