Skip to content

TimerZen is a simple countdown timer application created using Python and tkinter. It allows users to set a specific time duration and counts down to zero, providing a visual and audible notification when the time is up

License

Notifications You must be signed in to change notification settings

Alok-2002/TimerZen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TimerZen

TimerZen is a simple countdown timer application created using Python and tkinter. It allows users to set a specific time duration and counts down to zero, providing a visual and audible notification when the time is up.

Screenshot 2023-06-14 161048

Features

  • Set a custom time duration for the countdown timer.
  • Visual representation of the countdown with a progress bar.
  • Audible notification when the timer reaches zero.
  • Option to pause, resume, and reset the timer.

Installation

To use TimerZen, you have two options:

Option 1: Running the Executable File

  1. Clone the TimerZen repository to your local machine using the following command:

    git clone https://github.com/alok-2002/TimerZen.git
    
  2. Navigate to the cloned directory:

    cd TimerZen
    
  3. Locate the TimerZen.exe file in the repository.

  4. Double-click on TimerZen.exe to run the application.

Option 2: Running the Python Script

  1. Ensure you have Python 3.x installed on your system.

  2. Clone the TimerZen repository to your local machine using the following command:

    git clone https://github.com/alok-2002/TimerZen.git
    
  3. Navigate to the cloned directory:

    cd TimerZen
    
  4. Install the required dependencies by running the following command:

    pip install -r requirements.txt
    
  5. Run the TimerZen application by executing the following command:

    python TimerZen.py
    

Usage

  1. Launch the TimerZen application.

  2. Enter the desired time duration in hours, minutes, and seconds.

  3. Click the "Start" button to begin the countdown.

  4. The progress bar will visually represent the countdown progress.

  5. When the timer reaches zero, an audible notification will be played.

  6. To pause the timer, click the "Pause" button. Clicking "Resume" will continue the countdown from where it left off.

  7. To reset the timer, click the "Reset" button. This will stop the countdown and allow you to set a new duration.

Contributing

Contributions to TimerZen are welcome! If you would like to contribute, please follow these steps:

  1. Fork the TimerZen repository.

  2. Create a new branch for your feature or bug fix.

  3. Make your changes and ensure they are working correctly.

  4. Commit your changes with descriptive commit messages.

  5. Push your changes to your forked repository.

  6. Submit a pull request to the main TimerZen repository.

License

This project is licensed under the MIT License.

Acknowledgements

TimerZen was created by Alok Sharma. It is inspired by the need for a simple and visually appealing countdown timer application.

Special thanks to the contributors who have helped improve and maintain TimerZen.

Contact

If you have any questions, suggestions, or feedback regarding TimerZen, please feel free to reach out to us.

We appreciate your support and involvement in making TimerZen better. Please feel free to provide any feedback or suggestions by opening an issue in the TimerZen repository. Thank you for using TimerZen!

About

TimerZen is a simple countdown timer application created using Python and tkinter. It allows users to set a specific time duration and counts down to zero, providing a visual and audible notification when the time is up

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages