This repository contains the projects completed as part of the CodeAlpha Internship.
- A simple command-line based word guessing game.
- The user has to guess the word letter by letter.
- Limited attempts are provided to win the game.
- A Python-based application to manage stock investments.
- Allows users to add stocks, track prices, and calculate total portfolio value.
- A Python script to automate tasks like extracting emails from text files.
- Uses regular expressions for data extraction.
- Saves extracted data into output files.
- Python
- File Handling
- Regular Expressions (Regex)
CodeAlpha_Tasks/ βββ Hangman_game/ βββ Stock_portfolio/ βββ Task_automation/ βββ README.md
-
Install Python (if not already installed)
-
Clone this repository: git clone https://github.com/your-username/CodeAlpha_Tasks.git
-
Navigate to project folder: cd CodeAlpha_Tasks
-
Run any project: python filename.py
Sannidhi S R
This repository is created for learning and internship purposes.