Skip to content

aayush579/Codsoft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

15 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ Python Projects - CodSoft Internship ๐Ÿ’ป

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.

๐Ÿ”— Table of Contents


๐Ÿ“Œ Projects Overview

1. To-Do List โœ…

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

2. Calculator ๐Ÿงฎ

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

3. Rock Paper Scissors Game โœŠ๐Ÿ–โœŒ๏ธ

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

๐Ÿ›  Technologies Used

  • Python 3.x
  • Standard Libraries (random, os, etc.)
  • File Handling (for To-Do List)
  • Command Line Interface (CLI)

๐Ÿš€ Getting Started

To run any of the projects:

  1. Clone the repository:

https://github.com/aayush579/Codsoft.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages