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

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.

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

![GUI](https://github.com/omjogani/water-notification-desktop-python/blob/master/images/water_notification_gui.JPG "GUI")

![NotificationExample](https://github.com/omjogani/water-notification-desktop-python/blob/master/images/water_notification_example.JPG "Notification Example")

## 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!!