This repository contains three beginner-level Python projects developed as part of my CodSoft Internship. Each project is designed to strengthen my Python programming skills and demonstrate understanding of core concepts like control structures, functions, input/output handling, and basic GUI/CLI logic.
A simple command-line based To-Do List application to add, view, and remove tasks. Tasks are saved in a local file so they persist between sessions.
Features:
- Add new tasks
- View current task list
- Delete tasks
- Save and load tasks from a file
A basic calculator application using Python that performs simple arithmetic operations.
Features:
- Addition, Subtraction
- Multiplication, Division
- Handles invalid inputs with error messages
- User-friendly menu-driven interface
A fun command-line Rock Paper Scissors game to play against the computer.
Features:
- Randomized computer moves
- Keeps score between rounds
- Option to replay
- Clean CLI-based interaction
- Python 3.x
- Standard Libraries (
random,os, etc.) - File Handling (for To-Do List)
- Command Line Interface (CLI)
To run any of the projects:
- Clone the repository: