Skip to content

Commit f212df9

Browse files
Update README with detailed documentation
1 parent 2a0effe commit f212df9

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Crypto Portfolio Tracker
22

3-
A simple Python project to track your cryptocurrency portfolio, calculate returns, and visualize your holdings.
3+
Track and analyze your cryptocurrency investments in real-time using Python. This command-line tool calculates individual and total returns, fetches live market prices, and visualizes your portfolio distribution.
44

5-
## Features
5+
## 🚀 Features
66

7-
- Calculates profit/loss for each coin
8-
- Fetches live prices (or use manual prices)
9-
- Visualizes portfolio distribution with charts
7+
- 📈 Calculates portfolio value, cost basis, and profit/loss per asset
8+
- 🔄 Fetches real-time prices from the CoinGecko API (or supports manual pricing)
9+
- 📊 Visualizes asset allocation and returns using pie and bar charts
10+
- ✅ Supports CSV input for easy data entry and updates
11+
- 🛡 Robust error handling and input validation
1012

1113
## Setup
1214

0 commit comments

Comments
 (0)