This is a python program that helps to manage and track cryptocurrencies while in the terminal. It fetches real-time prices from the CoinGecko API, and sums the total value of each token added to the portfolio.
- Python 3.7x
- Internet connection (for real time prices)
-
Clone the repository:
git clone https://github.com/ef-code/crypto_portfolio_terminal.git cd crypto_portfolio_terminal -
Install the required libraries:
pip install -r requirements.txt -
Run the application:
python crypto_portfolio.py
This project uses the CoinGecko API to fetch real-time cryptocurrency prices.