https://github.com/habibaadam/codsoft
Culmination of all simple projects requested by Codsoft
https://github.com/habibaadam/codsoft
calulator-application contact-book-tkinter password-generator python-3 python-script rock-paper-scissors-game tkinter-graphic-interface tkinter-gui to-do-app
Last synced: 7 months ago
JSON representation
Culmination of all simple projects requested by Codsoft
- Host: GitHub
- URL: https://github.com/habibaadam/codsoft
- Owner: habibaadam
- Created: 2023-11-29T20:56:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T01:14:31.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T11:15:02.812Z (9 months ago)
- Topics: calulator-application, contact-book-tkinter, password-generator, python-3, python-script, rock-paper-scissors-game, tkinter-graphic-interface, tkinter-gui, to-do-app
- Language: Python
- Homepage:
- Size: 859 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ALL CODSOFT TASKS FOR PYTHON PROGRAMMING
***************************************************************************************
## [TO-DO-APP(GUI)](./To-Do-App)
[](https://postimg.cc/QH1dp87n)### Functionality Overview
```bash
- 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
```***************************************************************************************
## [Calculator](./Calculator)[](https://postimg.cc/tnXGWbG8)
### Functionality Overview
```bash
- 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)
```**************************************************************************************
## [Rock-Paper-Scissors](./Rock-Paper-Scissors)
[](https://postimg.cc/JtRfTRS2)[](https://postimg.cc/vgbNSv2V)
### Functionality Overview
```bash
- 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
```
***************************************************************************************## [Password-Gen](./Password-Generator)
[](https://postimg.cc/rKrNxrQX)### 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***************************************************************************************
## [Contact-Book](./Contact-Book)




### Functionality Overview
```bash
- 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
```