A simple terminal-based timer that helps users stay on track by reminding them of tasks at regular intervals. The timer repeats until the user decides to quit, making it a handy tool for those who tend to get carried away with their work.
- Set a timer for a specified duration.
- Repeat the timer until the user quits.
- Simple and easy-to-use interface.
-
Clone the repository:
git clone https://github.com/isreednc/nudge.git
-
Navigate to the project directory:
cd REPO_NAME -
Install dependencies (pygame)
pip install -r requirements.txt
Run the program with the following command line arguments:
python nudge.py <time_in_seconds> [label] [repeats]- <time_in_seconds>: The duration for the timer in seconds (required).
- [label]: A label for the timer (optional).
- [repeats]: The number of times to repeat the timer (optional). If not specified, the timer will repeat indefinitely.
You can exit nudge at any time by:
- Pressing Ctrl + C in the terminal.
- Typing quit in the command line.