Skip to content

MacOS menu bar application to remind you to drink more water

License

Notifications You must be signed in to change notification settings

FergusYip/DrinkMoreApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DrinkMore

DrinkMore is a Python 3 app for Mac to remind you to drink more water. When it's open you can choose whether or not to be reminded and change the frequency of which you would like to be reminded.



Running the app

Pre-Bundled

Download the latest pre-bundled version of the app - here.

Note: If you are running MacOS 10.15 or later, it will display a popup and prevent you from opening the app. You can still open it by going to the General tab of the Security & Privacy section in System Preferences.

Bundle it yourself

Clone the repository

git clone https://github.com/FergusYip/DrinkMoreApp.git

Enter the directory

cd DrinkMoreApp

Install requirements

pip3 install -r requirements.txt

Bundle app

python setup.py py2app

The compiled app will be found in the dist folder

Run from source

Clone the repository

git clone https://github.com/FergusYip/DrinkMoreApp.git

Enter the directory

cd DrinkMoreApp

Install requirements

pip3 install -r requirements.txt

Run the app

python3 app.py

Note: The settings window will not display the app icon as it is the python interpreter that is running the application.

Dependencies

rumps by Jared Suttles and Dan Palmer

py2app by Bob Ippolito and Ronald Oussoren

Credits

Developed by Fergus Yip, 2020

Droplet, of, water Free Icon by Daniel Bruce, reused under the CC BY License. Modifications to the color and the addition of an outline and drop shadow have been made.

About

MacOS menu bar application to remind you to drink more water

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages