Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pomodoro Timer #301

Open
max-lopzzz opened this issue Oct 6, 2024 · 0 comments
Open

Pomodoro Timer #301

max-lopzzz opened this issue Oct 6, 2024 · 0 comments

Comments

@max-lopzzz
Copy link
Contributor

I would like to add a Pomodoro Timer script to this repository. The Pomodoro Timer helps users manage productivity by timing work and break intervals, which is a useful time management technique. It can be especially helpful for users looking to maintain focus while working on coding tasks or other projects.

Proposed Features:

  1. Work and Break Timers:
  • Allow users to set customizable work durations (default to 25 minutes) and break durations (default to 5 minutes).
  • Support multiple Pomodoro cycles (e.g., 4 cycles by default).
  1. Platform-Specific Versions:
  • Windows Version: Uses winsound to provide auditory notifications.
  • macOS/Linux Version: Uses os.system('echo -e "\a"') to provide beep notifications.
  1. User Input:
  • Allow users to input custom durations for both work and break periods as well as the number of cycles.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant