An application to create and read qrcode.
You have to read so as not to miss it.
- Python 3 (I am using 3.9.1)
- with TKinter and cv2 module
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
- The qr creation system
- The qr reading system
- The application system
- The shutdown system
The software :
- Visual Studio 2022 - Code editor + allows me to run the project to test it.
- Zerbaib a.k.a @ZerbaibDev