Skip to content

Reads prices from coinmarketcap.com and based on the date you entered from your crypto wallet, you are returned with profit numbers

License

Notifications You must be signed in to change notification settings

adamvaldez/crypto_profit_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crypto_profit_tracker 1.0

Screenshot

About

I wrote the following script to help me keep track of my crypto's progress. If you are using a Ledger or any other hardware wallet, keeping track of your gains.

  1. Displays ist all of your cryptos names, current price, percentage change and your value in USD.
  2. Displays Hardware crypto individual USD value, total value of hardware
  3. Displays total USD value, USD invested, USD profit, profit % in color

Setup

  1. Install coinmarketcap via pip or prefered method

pip install coinmarketcap

  1. Install termcolor via pip or prefered method

pip install termcolor

  1. Enter your crypto values from your ledger in the ledger dictionary
  2. Enter your crypto values from your exchange in the exchange dictionary Python dictionary
  3. Enter your investment amount (how much USD have you invested in total)
  4. Depending on where all the crypto you own ranks, adjust the limit and loop variable (keep the equal)
  5. Add your crypto names from the exchange into the if
  6. Add your crypto names from the exchange into the elif

Run

  1. Inside the proper directory run

python crypto_profit_tracker.py

Donations

If this script gave you some value, please feel free to donate Bitcoin Address Ethereum Address Ripple Address

XRP DEPOSIT TAG: 105159174

About

Reads prices from coinmarketcap.com and based on the date you entered from your crypto wallet, you are returned with profit numbers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages