Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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: