Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.85 KB

README.md

File metadata and controls

53 lines (40 loc) · 1.85 KB

Cryptocoin Price Indicator

Issues Forks Stars Followers LICENSE Tweet

An Ubuntu desktop indicator (top bar widget) that displays prices of Cryptocoin as on the COINBASE API.

Screen

Ubuntu 17.10 Screen shot

screenshot

screenshot

Installation

git clone https://github.com/techstar-inc/cryptocoin-price.git

cd cryptocoin-price

sudo apt-get install python-gi
sudo apt-get install python-requests
sudo apt-get install gir1.2-appindicator3-0.1

python indicator.py 

Or

make install
make run