Skip to content

easily track your crypto portfolio from the terminal

EF-Code/crypto_portfolio_terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

crypto portfolio

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.

Requirements

  • Python 3.7x
  • Internet connection (for real time prices)

Installation

  1. Clone the repository:

    git clone https://github.com/ef-code/crypto_portfolio_terminal.git
    cd crypto_portfolio_terminal
    
  2. Install the required libraries:

    pip install -r requirements.txt
    
  3. Run the application:

    python crypto_portfolio.py
    

API Reference

This project uses the CoinGecko API to fetch real-time cryptocurrency prices.

About

easily track your crypto portfolio from the terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages