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.
- Displays ist all of your cryptos names, current price, percentage change and your value in USD.
- Displays Hardware crypto individual USD value, total value of hardware
- Displays total USD value, USD invested, USD profit, profit % in color
- Install coinmarketcap via pip or prefered method
pip install coinmarketcap
- Install termcolor via pip or prefered method
pip install termcolor
- Enter your crypto values from your ledger in the ledger dictionary
- Enter your crypto values from your exchange in the exchange dictionary
- Enter your investment amount (how much USD have you invested in total)
- Depending on where all the crypto you own ranks, adjust the limit and loop variable (keep the equal)
- Add your crypto names from the exchange into the if
- Add your crypto names from the exchange into the elif
- Inside the proper directory run
python crypto_profit_tracker.py
If this script gave you some value, please feel free to donate