Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 979 Bytes

README.md

File metadata and controls

37 lines (30 loc) · 979 Bytes

Qrite- qr-code-reader

a simple qr code reader and generator using python

installation guide

  • for arch or arch based systems
  • download the latest release .tar file from the releases section
  • open terminal and execute the following command
  •   cd Downloads
      tar -xf Qrite-1.0.1.tar.gz
    
  • open the Downloads/Qrite-main
  • set the arch.sh and install.sh as executable files
  • open the folder in terminal and execute the following command
  • ./arch.sh
    

    for debian and debian-based operating systems

  • download the latest release and extract it
  • enter the followng command in the terminal
  • sudo apt install python3-pip
    pip install tkinter opencv-python  pyinstaller qrcode
    
  • open the Downloads/Qrite-main
  • set the install.sh as executable file
  • open the folder in teminal and run the following command
  • ./install.sh