Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Cisplatin/monero-ticker

A status bar Monero ticker for OS X.
https://github.com/Cisplatin/monero-ticker

Last synced: 26 days ago
JSON representation

A status bar Monero ticker for OS X.

Awesome Lists containing this project

README

        

# monero-ticker

A status bar Monero ticker for OS X.

# Development

monero-ticker was written using Python 2.7.10. You can run it with:

```
pip install -r requirements.txt
python main.py
```

To re-build the Mac application, run:

```
rm -rf dist/ build/
python setup.py py2app
```