Welcome to the Codsoft Internship Projects repository! In this repository, you will find a collection of simple but useful applications that I developed during my internship at Codsoft. These applications are designed to showcase my basic python programming skills and are perfect for beginners looking to learn and improve their coding abilities.
Description: The Todo List application is a tkinter gui application. Users can add tasks, cross and uncross out tasks, and remove tasks from the list. It's a great way to practice fundamental data structures and control flow in programming.
Usage: To use the Todo List application, simply run the main.py
file in your command line. Follow the on-screen instructions to add, view, and manage your tasks.
Description: The Simple Calculator application is a basic calculator that can perform arithmetic operations such as addition, subtraction, multiplication, and division. This application helps users practice working with user input, functions, and conditional statements.
Usage: Run the main.py
file to launch the Simple Calculator. Follow the prompts to perform calculations and obtain results.
Description: The Password Generator is a utility that generates strong, random passwords. Users can specify the length of the passwords they need. This project provides hands-on experience with random number generation and string manipulation.
Usage: Execute the main.py
script to run the Password Generator. You will be prompted to enter the desired password length, and the tool will generate a password accordingly.
Description: The RPS game is the simple Game Application . The Allow user and computer to play tha game, there are three buttons are there rock, paper and scissor. click on any of them computer will automatically randomly select any option using the python random module. the result will be shown at bottom with the scores.
Usage: Execute the main.py
script to run the RPS Game. You have to click on any of the 3 buttons at user end then result will be displayed.