Skip to content

Latest commit

Β 

History

History
86 lines (50 loc) Β· 1.75 KB

File metadata and controls

86 lines (50 loc) Β· 1.75 KB

Python Projects

A collection of Python projects demonstrating core programming concepts, problem-solving skills, and practical implementations.

Projects Included

To Do List

A simple command-line To Do List application to add, view, update, and delete tasks.

Technologies Used: Python


Calculator

A basic calculator program that performs arithmetic operations with a clean command-line interface.

Technologies Used: Python


Contact Book

A command-line contact book to store, search, update, and delete contacts efficiently.

Technologies Used: Python


Password Generator

A secure password generator that creates strong, random passwords based on user preferences.

Technologies Used: Python


Rock, Paper, Scissors Game

A command-line game that allows the user to play Rock, Paper, Scissors against the computer.

Technologies Used: Python


Technology Stack

  • Python 3.x
  • Command-line interface (CLI)
  • Basic file handling (where applicable)

Project Structure

Python/
β”‚
β”œβ”€β”€ To Do List Codsoft.py
β”œβ”€β”€ Calculator Codesoft.py
β”œβ”€β”€ Contact Book Codesoft.py
β”œβ”€β”€ Password Generator Codesoft.py
β”œβ”€β”€ Rock Paper Scissor Codesoft.py
└── README.md

Contact


Project Links


β€œPracticing Python one project at a time to build strong programming fundamentals.”