This repository contains Python-based Projects developed as part of the CodSoft Internship Program. The goal of these tasks is to strengthen core Python skills and build practical applications with either command-line or GUI-based interfaces.
A simple Python application to manage daily tasks. Users can add, view and delete tasks efficiently through a user-friendly interface.
A basic calculator that performs addition, subtraction, multiplication and division based on user inputs. Designed for quick arithmetic operations.
This script generates strong, random passwords using a mix of letters, numbers and symbols. Users can define the length for custom complexity.
An interactive Python game where the user plays Rock, Paper, Scissors against the computer. Includes logic to determine the winner and replay options.
A mini contact management system that allows users to add, search, update and delete contact details like name, phone number, email, and address.
- Python 3.x
- Standard Python libraries (random, tkinter, os, etc.)
- GUI via Tkinter (For Task 1)
- CLI for Basic Interactions