Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asakasinsky/py-Timey
small 45-minute timer for your Mac, written on Python
https://github.com/asakasinsky/py-Timey
Last synced: 26 days ago
JSON representation
small 45-minute timer for your Mac, written on Python
- Host: GitHub
- URL: https://github.com/asakasinsky/py-Timey
- Owner: asakasinsky
- Created: 2014-04-07T02:12:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-17T11:38:50.000Z (almost 8 years ago)
- Last Synced: 2024-08-03T09:05:04.105Z (4 months ago)
- Language: Python
- Homepage:
- Size: 409 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Mac-Menubar-Megalist - py-Timey
README
py-Timey
========![](https://raw.githubusercontent.com/asakasinsky/py-Timey/master/app.png)
## Dependencies installation
```bash
pip install pyobjc-core
pip install pyobjc-framework-QTKit
pip install py2app
```## Testing
```bash
python timey.py
```## Buld
```bash
python setup.py py2app
```
After building, see an «dist» forlder. Your app here! Drag this into «Applications» folder, and run it.