{"id":24956213,"url":"https://github.com/pratham-prog861/python-projects","last_synced_at":"2025-03-28T20:17:02.519Z","repository":{"id":273900884,"uuid":"900203671","full_name":"Pratham-Prog861/Python-Projects","owner":"Pratham-Prog861","description":"This are the python projects are created , i will push more python projects on it","archived":false,"fork":false,"pushed_at":"2025-01-23T16:15:57.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T06:32:42.964Z","etag":null,"topics":["qrcode","qrcode-generator","qrcode-scanner","screenrecorder","slideshow","spellchecker","tic-tac-toe"],"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/Pratham-Prog861.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-12-08T06:21:16.000Z","updated_at":"2025-01-23T16:16:03.000Z","dependencies_parsed_at":"2025-01-23T17:22:53.940Z","dependency_job_id":"4fdb8a2a-018f-4b6d-b9e0-3d126d8e2394","html_url":"https://github.com/Pratham-Prog861/Python-Projects","commit_stats":null,"previous_names":["pratham-prog861/python-projects"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pratham-Prog861%2FPython-Projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pratham-Prog861%2FPython-Projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pratham-Prog861%2FPython-Projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pratham-Prog861%2FPython-Projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pratham-Prog861","download_url":"https://codeload.github.com/Pratham-Prog861/Python-Projects/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246093181,"owners_count":20722403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["qrcode","qrcode-generator","qrcode-scanner","screenrecorder","slideshow","spellchecker","tic-tac-toe"],"created_at":"2025-02-03T06:28:08.995Z","updated_at":"2025-03-28T20:17:02.502Z","avatar_url":"https://github.com/Pratham-Prog861.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to My Python Projects Folder\n=====================================\n\nThis folder contains a collection of Python projects that demonstrate various concepts and applications of the language. Each project is designed to be easy to understand and run, with clear instructions and explanations.\n\n## Table of Contents\n-----------------\n\n### 1. [Tic-Tac-Toe Game](#tic-tac-toe-game)\n### 2. [Screen Recorder](#screen-recorder)\n### 3. [Spell Checker](#spell-checker)\n### 4. [Rent Calculator](#rent-calculator)\n### 5. [Slideshow](#slideshow)\n### 6. [QR Code Generator](#qr-code-generator)\n### 7. [External Libraries Used](#external-libraries-used)\n\n## Tic-Tac-Toe Game\n-------------------\n\n### Description\nThis project is a simple implementation of the classic Tic-Tac-Toe game using Python and the Tkinter library.\n\n### File\n* `tictactoe.py`\n\n### How to Run\nSimply run the `tictactoe.py` file using Python, and follow the on-screen instructions.\n\n## Screen Recorder\n------------------\n\n### Description\nThis project is a simple screen recorder that captures the screen and saves it as a video file.\n\n### File\n* `sr.py`\n\n### How to Run\nRun the `sr.py` file using Python, and the script will start recording the screen. Press `Ctrl+C` to stop the recording.\n\n## Spell Checker\n-----------------\n\n### Description\nThis project is a simple spell checker that checks for spelling errors in a given text.\n\n### File\n* `spellchecker.py`\n\n### How to Run\nRun the `spellchecker.py` file using Python, and follow the on-screen instructions.\n\n## Rent Calculator\n------------------\n\n### Description\nThis project is a simple rent calculator that calculates the rent for a given number of people.\n\n### File\n* `rentCalculator.py`\n\n### How to Run\nRun the `rentCalculator.py` file using Python, and follow the on-screen instructions.\n\n## Slideshow\n-------------\n\n### Description\nThis project is a simple slideshow that displays a series of images.\n\n### File\n* `slideshow.py`\n\n### How to Run\nRun the `slideshow.py` file using Python, and the slideshow will start.\n\n## QR Code Generator\n---------------------\n\n### Description\nThis project is a simple QR code generator that generates a QR code for a given UPI ID.\n\n### File\n* `qrcode.py`\n\n### How to Run\nRun the `qrcode.py` file using Python, and follow the on-screen instructions.\n\n## External Libraries Used\n---------------------------\n\nThe following external libraries are used in this folder:\n\n* `tkinter`: A Python library for creating graphical user interfaces.\n* `pyautogui`: A Python library for automating GUI interactions.\n* `cv2`: A Python library for computer vision.\n* `spellchecker`: A Python library for spell checking.\n* `PIL`: A Python library for image processing.\n* `qrcode`: A Python library for generating QR codes.\n\n## Advantages and Uses\n----------------------\n\nThese projects demonstrate various concepts and applications of Python, including:\n\n* Graphical user interfaces (GUIs)\n* Automation\n* Computer vision\n* Spell checking\n* Image processing\n* QR code generation\n\nThese projects can be used for a variety of purposes, including:\n\n* Learning Python programming\n* Automating tasks\n* Creating GUI applications\n* Processing images\n* Generating QR codes","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpratham-prog861%2Fpython-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpratham-prog861%2Fpython-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpratham-prog861%2Fpython-projects/lists"}