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.