Skip to content

Culmination of all simple projects requested by Codsoft

Notifications You must be signed in to change notification settings

habibaadam/CODSOFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ALL CODSOFT TASKS FOR PYTHON PROGRAMMING


AEC0-E840-22-E0-4-ACE-BFCF-C89-A0639-A669.jpg

Functionality Overview

- Allows users to add tasks through the entry column
- All tasks can be seen on the listbox
- Users can select tasks completed by choosing a task and tapping on mark button
- Option to delete a task is available after completion
- An additional emoji drop down menu is added for user interactivity
- Exiting gracefully out the to-do-app is provided through the exit button

Screenshot-2023-12-27-at-11-22-40-PM.png

Functionality Overview

- Simple Calculator app for performing simple operations
- Prompts User to choose an operation (add, subtract, multiply, or divide)
- Prompts user for the first and second digits
- Performs the operation with the option to continue or to exit (yes/no)

5-D5035-AA-8-AC3-4-A57-9852-D5-CA53435001.jpg

B7-EBFECD-9-CD6-4-DFB-BC59-C51-FDBB8659-B.jpg

Functionality Overview

-  Implementation of the infamous rock-paper-scissors game
-  User plays up against the computer as an opponent
-  User Prompt between Rock, Paper Or Scissors(1, 2 or 3)
-  Score tracking system in plce to track user and computer's scores after each round
-  Prompt user to continue another round or end the game is implemented

5-F9-F1-B54-8048-4-BC0-9972-42-FD8-D16-CE62-4-5005-c.jpg

Functionality Overview

  • Simple password generation app implemented with python
  • Prompts user to specify length of desired password
  • Generates password with random characters with specified length

Screenshot 1

Screenshot 2

Screenshot 3

Screenshot 4

Screenshot 5

Functionality Overview

-  Contact book app created entire with python tkinter which stores phone numbers, emails and names
-  Allows users to save contact details quickly
-  Displays a treeview of all contacts existing
-  Allows user to delete any contact selected
-  Contact details can be updtáted and old details deleted
-  Search bar and box implemented for finding contacts easily in case the list is long
-  A clear button to delete entry from entry box after saving or updating of details
-  An exit button to gracefully exit app