This repository contains the projects I created during my CodSoft Internship (Python Development).
The goal was to practice and implement core Python programming concepts through small projects.
-
To-Do List
- A simple console-based To-Do list application.
- Features: Add, View, Delete tasks.
-
Calculator (Python Internship Project)
- A basic calculator built with Python.
- Supports operations: Addition, Subtraction, Multiplication, Division.
-
Password Generator
- A random password generator using Python.
- User can choose the length and complexity of the password.
- Python 3
- Built-in Python libraries (e.g.,
random,math, etc.)
- Clone the repository:
git clone https://github.com/anuragverma4895/CodeSoft.git
- Open the project folder.
- Run the Python file:
python filename.py
- Strengthened understanding of Python fundamentals.
- Hands-on experience by building small utility projects.
- Learned how to upload and manage code on GitHub.