Skip to content

A collection of Python mini-projects created during my CodSoft internship to practice and implement core Python programming concepts (To-Do List, Calculator, Password Generator).

Notifications You must be signed in to change notification settings

anuragverma4895/codsoft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿš€ CodeSoft Internship Projects

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.

๐Ÿ“‚ Projects Included

  1. To-Do List

    • A simple console-based To-Do list application.
    • Features: Add, View, Delete tasks.
  2. Calculator (Python Internship Project)

    • A basic calculator built with Python.
    • Supports operations: Addition, Subtraction, Multiplication, Division.
  3. Password Generator

    • A random password generator using Python.
    • User can choose the length and complexity of the password.

๐Ÿ› ๏ธ Technologies Used

  • Python 3
  • Built-in Python libraries (e.g., random, math, etc.)

โ–ถ๏ธ How to Run

  1. Clone the repository:
    git clone https://github.com/anuragverma4895/CodeSoft.git
  2. Open the project folder.
  3. Run the Python file:
    python filename.py

๐Ÿ“– Learnings

  • Strengthened understanding of Python fundamentals.
  • Hands-on experience by building small utility projects.
  • Learned how to upload and manage code on GitHub.

About

A collection of Python mini-projects created during my CodSoft internship to practice and implement core Python programming concepts (To-Do List, Calculator, Password Generator).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published