Skip to content
/ py_folio Public

A small python application to return values of held cryptocurrencies from coinmarketcap.

Notifications You must be signed in to change notification settings

ph1go/py_folio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py_folio

A small python application to return values of held cryptocurrencies from coinmarketcap.

This application does not offer logging or graphing or anything; it simply returns the value of your holdings according to the values on coinmarketcap, in whichever currency you choose (as long as it's supported on the site) and also in BTC and ETH. I wanted a quick script that I could run to check values in USD and the "big 2" - I find it especially useful to see how much ETH my various altcoins are worth, compared to how much ETH I originally invested in them (hint: mostly less).

See example entries in coin.ini. Coins can either be added via their names or their symbols (BTC, ETH, LTC, etc). Various options are configured via config.ini. Decimal places can be set independently for fiat and crypto currencies (necessary because for coins that are worth fractions of a cent/penny/centime, you have to go down to at least 6 places for them to show up with a BTC value), and the sort key/direction is also configurable.

About

A small python application to return values of held cryptocurrencies from coinmarketcap.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages