An open API service indexing awesome lists of open source software.

https://github.com/devmaverickmb/hydration-notifier-

This is a group project done with the collaboration of 5 young, computer science undergrads.
https://github.com/devmaverickmb/hydration-notifier-

Last synced: 2 months ago
JSON representation

This is a group project done with the collaboration of 5 young, computer science undergrads.

Awesome Lists containing this project

README

          

### Hydration Notifier App

This Python application serves as a hydration notifier to remind users to drink water at regular intervals. The app prompts users to input their gender and age, agrees to terms and conditions, and starts the notifier.

#### Features:
- **Gender and Age Input:** Users can input their gender and age.
- **Terms and Conditions:** Users can agree to terms and conditions through a checkbox.
- **Notifier:** Notifies users at regular intervals to hydrate themselves.

#### Usage:
1. Run the script.
2. Input your gender and age.
3. Agree to the terms and conditions.
4. Click on the "Start Notifier" button.

#### Requirements:
- Python 3.x
- Tkinter
- Plyer

#### Instructions:
1. Ensure you have Python installed on your system.
2. Install the required packages using pip:
```
pip install tkinter plyer
```
3. Run the script `hydration_notifier.py`.
4. Input your gender and age.
5. Agree to the terms and conditions.
6. Click on the "Start Notifier" button to begin receiving hydration notifications.

#### Developer:
This application is developed by Milind Bhushan.
---