Skip to content

a simple qr code reader and generator using python

License

Notifications You must be signed in to change notification settings

apurvsikka/Qrite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

    About

    a simple qr code reader and generator using python

    Resources

    License

    Stars

    Watchers

    Forks

    Packages

    No packages published