Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.