# CODSOFT Internship β Python Programming
This repository contains the tasks I completed during my **Python Programming Internship with CODSOFT**. Each project is built using Python and demonstrates different problem-solving and application development skills.
---
## π Tasks
### πΉ Task 1: To-Do List
A simple To-Do List application built with Python and Tkinter.
- Add, update, and delete tasks
- View tasks in a list
- Manage daily tasks efficiently
### πΉ Task 2: Calculator
A basic calculator built with Python.
- Perform addition, subtraction, multiplication, and division
- Takes two inputs and displays results
### πΉ Task 3: Password Generator
A password generator application using Python.
- User specifies password length
- Generates secure random passwords
- Useful for account security
### πΉ Task 4: Rock-Paper-Scissors Game
An interactive game built with Python and Tkinter.
- User plays against computer
- Tracks scores across multiple rounds
- Fun and user-friendly interface
### πΉ Task 5: Contact Book
A contact management system in Python with Tkinter.
- Add, update, delete contacts
- Search by name or phone number
- Stores name, phone, email, and address
---
## π How to Run
1. Clone this repository
```bash
git clone https://github.com/yourusername/CODSOFT.git-
Navigate to the project folder
cd CODSOFT -
Run the Python file of the project you want to test
python todolist.py python calculator.py python password_generator.py python rock_paper_scissors.py python contact_book.py
For each task, I will also be sharing short demo videos on my LinkedIn profile.
This internship helped me strengthen my skills in:
- Python programming
- Tkinter GUI development
- Problem-solving and logic building
- Building real-world applications
I am grateful to CODSOFT for providing me this opportunity to learn and grow as a developer.
#CODSOFT #Internship #Python #Tkinter #SoftwareDevelopment #LearningByDoing