https://github.com/omjogani/water-notification-desktop-python
Mini Software that give reminder to drink water as per your weight.
https://github.com/omjogani/water-notification-desktop-python
desktop-app gui python tkinter
Last synced: 6 months ago
JSON representation
Mini Software that give reminder to drink water as per your weight.
- Host: GitHub
- URL: https://github.com/omjogani/water-notification-desktop-python
- Owner: omjogani
- Created: 2022-02-23T06:51:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-23T07:29:29.000Z (over 3 years ago)
- Last Synced: 2025-02-12T03:17:26.270Z (8 months ago)
- Topics: desktop-app, gui, python, tkinter
- Language: Python
- Homepage:
- Size: 166 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Water Notification Desktop Python
The Mini Software built in Python (tkinter) that will remind you to drink water on specific time span based on your weight. It uses thread behind the scene to remind you on specific time span.
## Screenshots


## How to Use?
1. Get the source code with icon
2. Install dependencies.
```
pip install tkinter
```
```
pip intall plyer
```
3. Run this command (Make sure to specify version in case of Linux and MAC)
```
python main.py
```
>If you found this useful, make sure to give it a star 🌟## Thank You!!