Skip to content

Latest commit

 

History

History
108 lines (83 loc) · 1.9 KB

File metadata and controls

108 lines (83 loc) · 1.9 KB

logo_pyCoin

Logo attribution: Snake by V I S H A L & crypto currency by Iconika from the Noun Project.

Powered by CoinGecko.

Dependencies

Help

$ python pyCoin.py -h

Showing the top10 crypto currencies

Basic usage

$ python pyCoin.py

basic usage image

Currencies

Available currencies:

Fiats:

USD, AUD, BRL, CAD, CHF, CLP, CNY, CZK, DKK, EUR, GBP, HKD, HUF, IDR, ILS, INR, JPY, KRW, MXN, MYR, NOK, NZD, PHP, PKR, PLN, RUB, SEK, SGD, THB, TRY, TWD, ZAR

Cryptos:

BTC, ETH, XRP, LTC, BCH

Using another currency

$ python pyCoin.py --curr EUR

another currency image

Using multiple currencies

$ python pyCoin.py --curr USD,EUR

multiple currencies image

Sorting

Rank (default)

Descending:

$ python pyCoin.py --sort rank

Ascending:

$ python pyCoin.py --sort rank-

Price

Descending:

$ python pyCoin.py --sort price

Ascending:

$ python pyCoin.py --sort price-

24h-change

Descending:

$ python pyCoin.py --sort change_24h

Ascending:

$ python pyCoin.py --sort change_24h-

7d-change

Descending:

$ python pyCoin.py --sort change_7d

Ascending:

$ python pyCoin.py --sort change_7d-

Volume

Descending:

$ python pyCoin.py --sort volume

Ascending:

$ python pyCoin.py --sort volume-

Showing custom crypto currencies

$ python pyCoin.py --crypto BTC,DOGE,MIOTA,GRLC,VTC,LET,NANO

custom crypto image