Nothing beats the feeling of coding your own project successfully except maybe having a child, writing a book, painting a masterpiece, ... well I guess the list could be endless 
Here's an idea I worked on recently that I will save you from showing the code I came up with.
I wanted to practice meditation more and I always liked following your breath exercises so:
I started with what I call a "Tesla Breath" Tesla loved numbers 3, 6, 9
1. Inhale for count of 3
2. Hold count of 6
3. Exhale for count of 9
not exactly box breathing but we want to be genuii like Tesla right?
4. then I added mod to slow the counts down over time so that you breath significantly slower when you finish than from when you start.
5. then I added positive words list to display while counting out Inhales, Holds and Exhales. A randomly selected word for each count. This list is separate from bas source to edit whenever you like or maybe change the flavor of meditation with a whole different list.
6. next up in last session I realized I need to build in a timer for a minimum session length to set at start.
So that's my idea for a neat little project you can make All Your Own!

Here's an idea I worked on recently that I will save you from showing the code I came up with.
I wanted to practice meditation more and I always liked following your breath exercises so:
I started with what I call a "Tesla Breath" Tesla loved numbers 3, 6, 9
1. Inhale for count of 3
2. Hold count of 6
3. Exhale for count of 9
not exactly box breathing but we want to be genuii like Tesla right?
4. then I added mod to slow the counts down over time so that you breath significantly slower when you finish than from when you start.
5. then I added positive words list to display while counting out Inhales, Holds and Exhales. A randomly selected word for each count. This list is separate from bas source to edit whenever you like or maybe change the flavor of meditation with a whole different list.
6. next up in last session I realized I need to build in a timer for a minimum session length to set at start.
So that's my idea for a neat little project you can make All Your Own!
b = b + ...