Skip to content
/ pyCoin Public
forked from JasonG-FR/pyCoin

A python script (CLI) for displaying crypto currencies data from CoinGecko in the terminal

License

Notifications You must be signed in to change notification settings

alimogh/pyCoin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A python script (CLI) for displaying crypto currencies data from CoinGecko in the terminal

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%