Codsoft Batch - JUNE Batch A60 This folder contains the projects of Codsoft Internship's tasks done by P.B Varsha Nair, Student of Amrita Vishwa Vidyapeetham, Kochi, Kerala
TASK 1:TO-DO LIST A To-Do List application is a useful project that helps users manage and organize their tasks efficiently. This project aims to create a command-line or GUI-based application using Python,allowing users to create, update, and track their to-do lists
TASK 2:CALCULATOR Design a simple calculator with basic arithmetic operations.Prompt the user to input two numbers and an operation choice.Perform the calculation and display the result
TASK 3:Contact Book Contact Information: Store name, phone number, email, and address for each contact. Add Contact: Allow users to add new contacts with their details. View Contact List: Display a list of all saved contacts with names and phone numbers. Search Contact: Implement a search function to find contacts by name or phone number. Update Contact: Enable users to update contact details. Delete Contact: Provide an option to delete a contact. User Interface: Design a user-friendly interface for easy interaction.