CryptoPortfolioAnalyzer
No description available
Install / Use
/learn @Savazh/CryptoPortfolioAnalyzerREADME
CryptoPortfolioAnalyzer
CryptoPortfolioAnalyzer is a Python-based CLI tool to analyze a cryptocurrency portfolio. It provides real-time valuation, asset allocation, and historical performance analysis.
Features
- Add, update, and delete cryptocurrency holdings.
- Fetch live prices and calculate the portfolio's total value.
- Display a pie chart for asset allocation.
- Visualize historical performance over the last 30 days.
Prerequisites
- Python 3.6+
- Install dependencies:
pip install requests matplotlib
Usage
- Clone the repository:
git clone <repository_url> - Navigate to the project folder:
cd CryptoPortfolioAnalyzer - Run the application:
python portfolio_analyzer.py
Future Enhancements
- Add support for multiple portfolios.
- Include advanced analytics and forecasting features.
Enjoy analyzing your cryptocurrency portfolio!
