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.
- Host: GitHub
- URL: https://github.com/devmaverickmb/hydration-notifier-
- Owner: DevMaverickMB
- Created: 2021-07-17T15:25:45.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T18:38:03.000Z (about 2 years ago)
- Last Synced: 2025-02-28T02:20:07.524Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
---