This repository contains the Python projects completed as part of the CodeAlpha Python Programming Internship.
All tasks are organized into separate folders as per the internship submission guidelines.
CodeAlpha_tasks │ ├── README.md │ ├── CodeAlpha_Hangman │ ├── app.py │ └── README.md │ ├── CodeAlpha_StockPortfolio │ ├── app.py │ └── README.md │ └── CodeAlpha_EmailExtractor ├── app.py ├── input.txt └── README.md
A simple text-based Hangman game implemented using Python.
The game allows users to guess letters with a limited number of attempts.
Concepts used:
- Loops and conditional statements
- Lists and strings
- User input handling
- Basic game logic
📁 Folder: CodeAlpha_Hangman
A console-based application that calculates the total investment value based on predefined stock prices and user-entered quantities.
Concepts used:
- Dictionaries
- Input validation
- Basic arithmetic operations
- File handling
📁 Folder: CodeAlpha_StockPortfolio
A Python automation script that extracts all email addresses from a text file and saves them into a separate output file using regular expressions.
Concepts used:
- Regular Expressions (Regex)
- File reading and writing
- Automation logic
📁 Folder: CodeAlpha_EmailExtractor
- Python
- Git & GitHub
- File Handling
- Regular Expressions (Regex)
- Ensure Python is installed on your system.
- Navigate to the desired project folder.
- Run the program using: pyhon app.py
Jandhyala Uma Sri Lekha
BE Computer Science Engineering
Panimalar Engineering College
🔗 GitHub: https://github.com/umasrilekha
🔗 LinkedIn: https://www.linkedin.com/in/jandhyala-uma-sri-lekha/
This repository is created strictly for internship submission purposes and follows the structure instructed by CodeAlpha.