A simple script to check the current value of a cryptocurrency and compare it to the amount invested, displaying the profit or loss.
- Shows current value of cryptocurrency
- Shows profit or loss compared to investment
- Shows percentage increase or decrease in value since the program was started
- Python 3
Run:
pip -r requirements.txt
to get all the required requirements.
- Clone the repository
- Install the required libraries by running pip install -r requirements.txt in the project directory
- Edit config.ini in the project directory with the following format:
[hmhil]
# Crypto
crypto: [e.g. BTC, ETH]
# Currency
currency: [e.g. EUR, USD]
# Crypto amount
crypto_amount: [e.g. 1.25]
# Total investment
investment: [e.g. 100]
- Run the script with the run.bat file