{"id":19837622,"url":"https://github.com/habibaadam/codsoft","last_synced_at":"2026-06-09T03:03:33.939Z","repository":{"id":211735385,"uuid":"725292951","full_name":"habibaadam/CODSOFT","owner":"habibaadam","description":"Culmination of all simple projects requested by Codsoft","archived":false,"fork":false,"pushed_at":"2023-12-30T01:14:31.000Z","size":880,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T22:12:23.315Z","etag":null,"topics":["calulator-application","contact-book-tkinter","password-generator","python-3","python-script","rock-paper-scissors-game","tkinter-graphic-interface","tkinter-gui","to-do-app"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/habibaadam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-29T20:56:13.000Z","updated_at":"2023-12-27T23:52:18.000Z","dependencies_parsed_at":"2023-12-27T21:00:18.847Z","dependency_job_id":"f601eaa7-96bf-43b4-b377-04cba024d2be","html_url":"https://github.com/habibaadam/CODSOFT","commit_stats":null,"previous_names":["habibaadam/codsoft"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/habibaadam/CODSOFT","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habibaadam%2FCODSOFT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habibaadam%2FCODSOFT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habibaadam%2FCODSOFT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habibaadam%2FCODSOFT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/habibaadam","download_url":"https://codeload.github.com/habibaadam/CODSOFT/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habibaadam%2FCODSOFT/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34089329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["calulator-application","contact-book-tkinter","password-generator","python-3","python-script","rock-paper-scissors-game","tkinter-graphic-interface","tkinter-gui","to-do-app"],"created_at":"2024-11-12T12:14:57.635Z","updated_at":"2026-06-09T03:03:33.922Z","avatar_url":"https://github.com/habibaadam.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## ALL CODSOFT TASKS FOR PYTHON PROGRAMMING\n***************************************************************************************\n## [TO-DO-APP(GUI)](./To-Do-App)\n[![AEC0-E840-22-E0-4-ACE-BFCF-C89-A0639-A669.jpg](https://i.postimg.cc/zXPHY3G5/AEC0-E840-22-E0-4-ACE-BFCF-C89-A0639-A669.jpg)](https://postimg.cc/QH1dp87n)\n\n### Functionality Overview\n```bash\n- Allows users to add tasks through the entry column\n- All tasks can be seen on the listbox\n- Users can select tasks completed by choosing a task and tapping on mark button\n- Option to delete a task is available after completion\n- An additional emoji drop down menu is added for user interactivity\n- Exiting gracefully out the to-do-app is provided through the exit button\n```\n\n***************************************************************************************\n## [Calculator](./Calculator)\n\n[![Screenshot-2023-12-27-at-11-22-40-PM.png](https://i.postimg.cc/909X3X8X/Screenshot-2023-12-27-at-11-22-40-PM.png)](https://postimg.cc/tnXGWbG8)\n\n### Functionality Overview\n\n```bash\n- Simple Calculator app for performing simple operations\n- Prompts User to choose an operation (add, subtract, multiply, or divide)\n- Prompts user for the first and second digits\n- Performs the operation with the option to continue or to exit (yes/no)\n```\n\n**************************************************************************************\n## [Rock-Paper-Scissors](./Rock-Paper-Scissors)\n[![5-D5035-AA-8-AC3-4-A57-9852-D5-CA53435001.jpg](https://i.postimg.cc/xjm91C5n/5-D5035-AA-8-AC3-4-A57-9852-D5-CA53435001.jpg)](https://postimg.cc/JtRfTRS2)\n\n[![B7-EBFECD-9-CD6-4-DFB-BC59-C51-FDBB8659-B.jpg](https://i.postimg.cc/TwDv17rC/B7-EBFECD-9-CD6-4-DFB-BC59-C51-FDBB8659-B.jpg)](https://postimg.cc/vgbNSv2V)\n\n### Functionality Overview\n```bash\n-  Implementation of the infamous rock-paper-scissors game\n-  User plays up against the computer as an opponent\n-  User Prompt between Rock, Paper Or Scissors(1, 2 or 3)\n-  Score tracking system in plce to track user and computer's scores after each round\n-  Prompt user to continue another round or end the game is implemented\n```\n***************************************************************************************\n\n## [Password-Gen](./Password-Generator)\n[![5-F9-F1-B54-8048-4-BC0-9972-42-FD8-D16-CE62-4-5005-c.jpg](https://i.postimg.cc/zXd2mwhB/5-F9-F1-B54-8048-4-BC0-9972-42-FD8-D16-CE62-4-5005-c.jpg)](https://postimg.cc/rKrNxrQX)\n\n### Functionality Overview\n*  Simple password generation app implemented with python\n*  Prompts user to specify length of desired password\n*  Generates password with random characters with specified length\n\n***************************************************************************************\n## [Contact-Book](./Contact-Book)\n\n![Screenshot 1](./images/image1.jpeg)\n\n\n![Screenshot 2](./images/image2.jpeg)\n\n![Screenshot 3](./images/image3.jpeg)\n\n![Screenshot 4](./images/image4.jpeg)\n\n![Screenshot 5](./images/image5.jpeg)\n\n### Functionality Overview\n\n```bash\n\n-  Contact book app created entire with python tkinter which stores phone numbers, emails and names\n-  Allows users to save contact details quickly\n-  Displays a treeview of all contacts existing\n-  Allows user to delete any contact selected\n-  Contact details can be updtáted and old details deleted\n-  Search bar and box implemented for finding contacts easily in case the list is long\n-  A clear button to delete entry from entry box after saving or updating of details\n-  An exit button to gracefully exit app\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhabibaadam%2Fcodsoft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhabibaadam%2Fcodsoft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhabibaadam%2Fcodsoft/lists"}