{"id":19756105,"url":"https://github.com/kushshriv/python-projects","last_synced_at":"2026-07-01T00:31:45.092Z","repository":{"id":253215186,"uuid":"841439550","full_name":"KushShriv/Python-Projects","owner":"KushShriv","description":"Simple Python Projects and python OOP projects","archived":false,"fork":false,"pushed_at":"2024-08-15T09:22:56.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T09:10:45.501Z","etag":null,"topics":["python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"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/KushShriv.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":"2024-08-12T12:11:45.000Z","updated_at":"2024-08-19T07:20:10.000Z","dependencies_parsed_at":"2025-02-28T02:11:55.562Z","dependency_job_id":"620fea25-0d44-4096-ad11-04580e2650d6","html_url":"https://github.com/KushShriv/Python-Projects","commit_stats":null,"previous_names":["kushshriv/basic-python-projects"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KushShriv/Python-Projects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KushShriv%2FPython-Projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KushShriv%2FPython-Projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KushShriv%2FPython-Projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KushShriv%2FPython-Projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KushShriv","download_url":"https://codeload.github.com/KushShriv/Python-Projects/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KushShriv%2FPython-Projects/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34988712,"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-30T02:00:05.919Z","response_time":92,"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":["python"],"created_at":"2024-11-12T03:14:44.989Z","updated_at":"2026-07-01T00:31:45.072Z","avatar_url":"https://github.com/KushShriv.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Projects\r\nThis repository contains a collection of simple Python scripts and a few OOP projects, each serving a specific purpose. Below is a brief description of each project.\r\n\r\n## Project Descriptions\r\n\r\n### Single-Script Projects\r\n\r\n#### 1. **automate morning text.py**  \r\nSends an automated morning text message to a specified recipient.\r\n\r\n#### 2. **basic calculator.py**  \r\nA basic calculator that can perform simple arithmetic operations like addition, subtraction, multiplication, and division.\r\n\r\n#### 3. **binary search algorithm.py**  \r\nImplementation of the binary search algorithm to find the position of an element in a sorted list.\r\n\r\n#### 4. **currency converter.py**  \r\nConverts amounts from one currency to another using real-time exchange rates.\r\n\r\n#### 5. **dice rolling simulator.py**  \r\nSimulates the rolling of a dice, generating a random number between 1 and 6.\r\n\r\n#### 6. **email sender.py**  \r\nA simple script to send emails programmatically using Python.\r\n\r\n#### 7. **email slicer.py**  \r\nExtracts and displays the username and domain from an email address.\r\n\r\n#### 8. **graph plotter.py**  \r\nPlots simple graphs and charts using user-provided data.\r\n\r\n#### 9. **image resizer.py**  \r\nResizes images to specified dimensions while maintaining aspect ratio.\r\n\r\n#### 10. **interest payment calculator.py**  \r\nCalculates the total interest payable on a loan or investment over a given period.\r\n\r\n#### 11. **leap year checker.py**  \r\nChecks whether a given year is a leap year or not.\r\n\r\n#### 12. **python face detection.py**  \r\nDetects faces in images or video streams using OpenCV.\r\n\r\n#### 13. **qr code generator.py**  \r\nGenerates QR codes from text or URLs that can be scanned by a QR code reader.\r\n\r\n#### 14. **quiz program.py**  \r\nA simple quiz program that asks multiple-choice questions and scores the user's answers.\r\n\r\n#### 15. **random password generator.py**  \r\nGenerates a random, secure password based on specified criteria.\r\n\r\n#### 16. **rock paper scissors.py**  \r\nA basic implementation of the classic Rock, Paper, Scissors game.\r\n\r\n#### 17. **site connectivity checker.py**  \r\nChecks whether a website is up and running by pinging its URL.\r\n\r\n#### 18. **word dictionary.py**  \r\nA basic dictionary that returns the meaning of a word based on a predefined dataset.\r\n\r\n#### 19. **word replacement.py**  \r\nReplaces a specified word in a text with another word.\r\n\r\n#### 20. **give.py**  \r\nA script that demonstrates how to accept input and process it in some manner.\r\n\r\n### How to Run\r\n\r\nEach script is standalone and can be run directly using Python. Simply navigate to the repository directory containing the script and run:\r\n\r\n```bash\r\npython script_name.py\r\n```\r\n\r\n## Python OOP Projects\r\n\r\nThis repository contains a collection of Python projects that demonstrate object-oriented programming (OOP) principles.\r\n\r\n### Projects List\r\n\r\n#### 1. **Employee System System**\r\n\r\nThe employee System Project is a simple Python-based project that showcases the use of object-oriented programming (OOP) principles, this project provides a basic example of managing employee data and interactions using OOP concepts.\r\n\r\n#### 2. **Hospital System System:**\r\n\r\nThis Python-based command-line application helps manage patient queues in a hospital. It offers features like creating specializations, adding patients with different urgency levels, retrieving the next patient, and more.\r\n\r\n#### 3. **Library Management System:**\r\n\r\nThis is a simple library management system implemented in Python.\r\nIt allows users to add books, manage users, borrow and return books, and view information about books and users through a command-line interface.\r\n\r\n## How to Run\r\n\r\nEach Project is within it's own directory and has to be run by running the main file using Python. Simply navigate to the project directory and run:\r\n\r\n```bash\r\npython main.py\r\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkushshriv%2Fpython-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkushshriv%2Fpython-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkushshriv%2Fpython-projects/lists"}