This is a Python-based Stock Portfolio Tracker developed as part of my internship at CodeAlpha. The application allows users to manage and track the value of their stock investments in real-time based on a pre-defined database of stock prices.
- Stock Database: Utilizes Python Dictionaries to store symbols and current market prices.
- User Interaction: Accepts user input for stock symbols and the number of shares owned.
- Real-time Calculation: Performs basic arithmetic to calculate the total investment value.
- Data Persistence: Automatically exports and appends portfolio results to a
portfolio.txtfile for record-keeping.
- Ensure you have Python 3.x installed.
- Clone this repository or download the
portfolio_tracker.pyfile. - Open your terminal or VS Code.
- Run the script using the command:
python portfolio_tracker.py
Technologies Used Language: Python 3
Version Control: Git & GitHub
IDE: Visual Studio Code (VS Code)
Developed by Samson Dorcas as part of the CodeAlpha Software Development Internship.