Focus Time
- 5 Devlogs
- 7 Total hours
Added a menu to change the weekly goal. Now when the timer ends the program doesn’t close
Added an interactive menu controlled with the arrow keys. For now, only Start timer works.
added a week bar and improve the title
Added a progress bar. Also, my loop ran from 60 down to 0, including 0, that’s 61 iterations instead of 60, including the final 00
00. So a 60-second timer took 61 seconds. Fixed by skipping the sleep on the last frame.
First devblog!!! Basically, I made a timer. As you can see, I’m using Python, and everything will be in the terminal. The hard part was getting it all to stay on the same line. I’m learning to use ANSI escape sequences in Python.