https://github.com/say4n/cryptocoin-quotes
MacOS status bar app to retrieve cryptocoin quotes
https://github.com/say4n/cryptocoin-quotes
macos macos-menubar python-3-6
Last synced: 2 months ago
JSON representation
MacOS status bar app to retrieve cryptocoin quotes
- Host: GitHub
- URL: https://github.com/say4n/cryptocoin-quotes
- Owner: say4n
- License: mit
- Created: 2017-06-08T12:03:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-24T15:20:26.000Z (over 7 years ago)
- Last Synced: 2025-03-27T21:38:58.829Z (3 months ago)
- Topics: macos, macos-menubar, python-3-6
- Language: Python
- Size: 1.3 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- Mac-Menubar-Megalist - CryptoCoin Quotes
README
# CryptoCoin Quotes
[](http://forthebadge.com)
Get up to date crypto currency quotes from the comfort of your status bar !
Binary :
------
Download & launch the [app](https://github.com/Sayan98/cryptocoin-quotes/releases),
Choose a crypto currency,

Choose a currency to convert to,

And that's it !

Dependencies :
-------------
- [requests](http://docs.python-requests.org/en/master/)
- [rumps](http://rumps.readthedocs.io/en/latest/)Development :
------------
Using conda, build an identical environment with `conda env create -f environment.yml`:octocat: