Skip to content

Commit

Permalink
python: add sample data file for pomodoro timer
Browse files Browse the repository at this point in the history
  • Loading branch information
vpayno committed May 16, 2024
1 parent 20620df commit 2478539
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Uses the random number generator to direct the direction of the arrow.

This is cool, it creates an interactive data file with the logged data.

Example data file: [MY_DATA.HTM](./data/MY_DATA.HTM)
Example data file: [MY_DATA.HTM](./data/data-logger.htm)

- `log.set_mirroring(bool)`: mirrors log data to the console
- `log.set_labels(label1, ...)`: text labels of data
Expand Down Expand Up @@ -163,6 +163,8 @@ Life is hard on the LEDs.

Simple pomodoro timer.

Example data file: [MY_DATA.HTM](./data/pomodoro-timer.htm)

- defaults to a 45 minute work timer followed by a 15 minute break timer
- issues an audible 5 minute warning
- issues the work/break session end
Expand Down
File renamed without changes.
Binary file added python/data/pomodoro-timer.htm
Binary file not shown.

0 comments on commit 2478539

Please sign in to comment.