This repository contains the solutions for the tasks assigned during the CodSoft Python Internship. The tasks included are:
- Todo List
- Calculator
- Password Generator
A simple command-line Todo List application to help you keep track of your tasks.
- Add new tasks
- View all tasks
- update task
- Delete tasks
- Quit
- Navigate to the
todo_list_task1directory. - Run
python todo_list_task1.py.
A basic calculator application that performs simple arithmetic operations.
- Addition
- Subtraction
- Multiplication
- Division
- Navigate to the
calculator_task2directory. - Run
python calculator_task2.py.
A secure password generator to create strong and random passwords.
- Generates a random password of specified length
- Includes letters, digits, and special characters
- Navigate to the
password_generator_task3directory. - Run
python password_generator_task3.py.
- Python 3.x
- Clone the repository:
git clone https://github.com/suhanisingh13/codsoft-.git