Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-24T15:20:26.000Z (about 7 years ago)
- Last Synced: 2024-08-03T09:05:42.653Z (3 months ago)
- Topics: macos, macos-menubar, python-3-6
- Language: Python
- Size: 1.3 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- Mac-Menubar-Megalist - CryptoCoin Quotes
README
# CryptoCoin Quotes
[![forthebadge](http://forthebadge.com/images/badges/its-not-a-lie-if-you-believe-it.svg)](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),![CryptoCoin Quotes App](screenshots/1.png)
Choose a crypto currency,
![CryptoCoin Quotes App](screenshots/2.png)
Choose a currency to convert to,
![CryptoCoin Quotes App](screenshots/3.png)
And that's it !
![CryptoCoin Quotes App](screenshots/4.png)
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: