Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/Cisplatin/monero-ticker
- Owner: Cisplatin
- License: mit
- Created: 2016-11-19T00:03:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-20T15:08:02.000Z (about 8 years ago)
- Last Synced: 2024-08-03T09:05:43.533Z (4 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - monero-ticker
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
```