Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pratham-prog861/python-projects
This are the python projects are created , i will push more python projects on it
https://github.com/pratham-prog861/python-projects
qrcode qrcode-generator qrcode-scanner screenrecorder slideshow spellchecker tic-tac-toe
Last synced: about 4 hours ago
JSON representation
This are the python projects are created , i will push more python projects on it
- Host: GitHub
- URL: https://github.com/pratham-prog861/python-projects
- Owner: Pratham-Prog861
- Created: 2024-12-08T06:21:16.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-23T16:15:57.000Z (11 days ago)
- Last Synced: 2025-01-23T17:22:50.014Z (11 days ago)
- Topics: qrcode, qrcode-generator, qrcode-scanner, screenrecorder, slideshow, spellchecker, tic-tac-toe
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Welcome to My Python Projects Folder
=====================================This 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.
## Table of Contents
-----------------### 1. [Tic-Tac-Toe Game](#tic-tac-toe-game)
### 2. [Screen Recorder](#screen-recorder)
### 3. [Spell Checker](#spell-checker)
### 4. [Rent Calculator](#rent-calculator)
### 5. [Slideshow](#slideshow)
### 6. [QR Code Generator](#qr-code-generator)
### 7. [External Libraries Used](#external-libraries-used)## Tic-Tac-Toe Game
-------------------### Description
This project is a simple implementation of the classic Tic-Tac-Toe game using Python and the Tkinter library.### File
* `tictactoe.py`### How to Run
Simply run the `tictactoe.py` file using Python, and follow the on-screen instructions.## Screen Recorder
------------------### Description
This project is a simple screen recorder that captures the screen and saves it as a video file.### File
* `sr.py`### How to Run
Run the `sr.py` file using Python, and the script will start recording the screen. Press `Ctrl+C` to stop the recording.## Spell Checker
-----------------### Description
This project is a simple spell checker that checks for spelling errors in a given text.### File
* `spellchecker.py`### How to Run
Run the `spellchecker.py` file using Python, and follow the on-screen instructions.## Rent Calculator
------------------### Description
This project is a simple rent calculator that calculates the rent for a given number of people.### File
* `rentCalculator.py`### How to Run
Run the `rentCalculator.py` file using Python, and follow the on-screen instructions.## Slideshow
-------------### Description
This project is a simple slideshow that displays a series of images.### File
* `slideshow.py`### How to Run
Run the `slideshow.py` file using Python, and the slideshow will start.## QR Code Generator
---------------------### Description
This project is a simple QR code generator that generates a QR code for a given UPI ID.### File
* `qrcode.py`### How to Run
Run the `qrcode.py` file using Python, and follow the on-screen instructions.## External Libraries Used
---------------------------The following external libraries are used in this folder:
* `tkinter`: A Python library for creating graphical user interfaces.
* `pyautogui`: A Python library for automating GUI interactions.
* `cv2`: A Python library for computer vision.
* `spellchecker`: A Python library for spell checking.
* `PIL`: A Python library for image processing.
* `qrcode`: A Python library for generating QR codes.## Advantages and Uses
----------------------These projects demonstrate various concepts and applications of Python, including:
* Graphical user interfaces (GUIs)
* Automation
* Computer vision
* Spell checking
* Image processing
* QR code generationThese projects can be used for a variety of purposes, including:
* Learning Python programming
* Automating tasks
* Creating GUI applications
* Processing images
* Generating QR codes