Skip to content

Latest commit

 

History

History
119 lines (84 loc) · 3.13 KB

Readme.md

File metadata and controls

119 lines (84 loc) · 3.13 KB

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


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 generation

These projects can be used for a variety of purposes, including:

  • Learning Python programming
  • Automating tasks
  • Creating GUI applications
  • Processing images
  • Generating QR codes