A simple Stock Portfolio Tracker built using Python.
- Track multiple stocks
- Calculate total investment value
- Uses predefined stock prices
- Saves report to a text file
- Beginner-friendly Python project
- Python
- VS Code
python portfolio.py- AAPL
- TSLA
- GOOGL
- MSFT
- AMZN
- Dictionaries
- Loops
- Functions
- File Handling
- User Input
- Arithmetic Operations