๐ Stock Portfolio Tracker
A simple Stock Portfolio Tracker developed in Python as part of the CodeAlpha Python Programming Internship.
๐ Overview
This project allows users to enter stock names and quantities, calculates the total investment value using predefined stock prices, and displays the portfolio value in the console.
โจ Features
- ๐ User input for stock names and quantities
- ๐ฐ Predefined stock price dictionary
- ๐งฎ Automatic investment calculation
- ๐ Displays total portfolio value
- โ Input validation
- ๐ฅ๏ธ Console-based application
๐ ๏ธ Technologies Used
- Python 3
๐ Python Concepts Used
- Dictionaries
- Variables
- Input/Output
- Arithmetic Operations
- Conditional Statements
- Loops
- Clone this repository.
- Open the project in Python.
- Run the program:
python Stock Portfolio Tracker.py
- Enter the stock name and quantity when prompted.
๐ท Demo
A short screen recording demonstrating the functionality of the Stock Portfolio Tracker is available on my LinkedIn profile.
๐ฏ Learning Outcomes
- Improved understanding of Python dictionaries
- Learned how to process user input
- Practiced arithmetic calculations
- Built a simple financial tracking application
๐จโ๐ป Author
Sachin V
B.E. Computer Science and Engineering
Python Programming Intern @ CodeAlpha