Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/namuan/multi-breaks
A Simple MacOS Application to set-up multiple reminders to improve your health.
https://github.com/namuan/multi-breaks
healthcare macos-menubar python rumps timer-application
Last synced: 27 days ago
JSON representation
A Simple MacOS Application to set-up multiple reminders to improve your health.
- Host: GitHub
- URL: https://github.com/namuan/multi-breaks
- Owner: namuan
- License: mit
- Created: 2020-05-30T22:52:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T21:54:29.000Z (over 4 years ago)
- Last Synced: 2024-10-07T19:33:47.630Z (about 1 month ago)
- Topics: healthcare, macos-menubar, python, rumps, timer-application
- Language: Python
- Size: 954 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - Multi-Breaks
README
Multi-Breaks
=============[![GitHub license](https://img.shields.io/github/license/namuan/multi-breaks.svg)](https://github.com/namuan/multi-breaks/blob/master/LICENSE) [![Twitter Follow](https://img.shields.io/twitter/follow/deskriders_twt.svg?style=social&label=Follow)](https://twitter.com/deskriders_twt)
A Simple MacOS Application to set-up multiple reminders to improve your health.
![screenshot](docs/multi-breaks.png)
## Features:
- Mindful Breathing Reminders every 45 minutes
- 20/20/20 Eyesight Reminders every 20 minutes
- Stand-up and Walk Reminders every 1 hour
- Drinking Water Reminders every 2 hours## Dependencies:
- python3
- rumps## Create Application Package:
```
$ make package
```And move to ~/Applications
## Development
Setup virtual environment
```
$ make setup
```Run application
```
$ make run
```