Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Latest commit

 

History

History
56 lines (38 loc) · 1007 Bytes

File metadata and controls

56 lines (38 loc) · 1007 Bytes

QRCode

An application to create and read qrcode.

To start

You have to read so as not to miss it.

Prerequisites

  • Python 3 (I am using 3.9.1)
  • with TKinter and cv2 module

Installation

Step 1: Execute the command: pip3 install tkinter to have the Tkinter module and use the project.

Step 2: Execute the command: pip3 install opencv-python to have the Tkinter module and use the project.

Step 3: Execute: git clone https://github.com/Zerbaib/QRCode.git to get the app files

Step 4: Execute: cd QRCode to go to the software folder

Step 5: Execute: python3 app.py to run the code

To do

  • The qr creation system
  • The qr reading system
  • The application system
  • The shutdown system

Made with

The software :

Authors