Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.
/ qrgen Public archive

This is a QR - CODE GENERATOR which is used by 24 Ave Pizza to generates its qrcode.

License

Notifications You must be signed in to change notification settings

Dhruvacube/qrgen

Repository files navigation

QRGEN (Official QR Code website repository of 24 AvePizza)

This is the official repository of 24 Ave Pizza QR Code Generator made in Python3.8 using the tkinter module.

Installation

  • Install from git:

    git clone https://github.com/24avepizza/qrgen.git
    
  • Or directly download the zipfile.

  • Then use pip to install dependencies:

    pip install -r requirements.txt
    
  • Then Run main.py file or the main.exe file in the.zip folder:

    python main.py
    

Quickstart

  • qrgen folder contains the source code and binary compiled source is in compiled_binary\windows folder.

  • Till now only for the Microsoft Windows Operating System the compiled binary code is available

  • There will be a compressed file named exemain , extract it and run the main.exe file.

  • If not then run the main.py file but to run it python3.8 must be installed

  • Run pip to install the dependencies:

    pip install -r requirements.txt
    
  • Then Run main.py file or the main.exe file in the.zip folder:

    python main.py
    
  • The images(qr code) generated are stored in folder named qrcode pictures

NOTE for the beginners

  • Use the following commands to update your fork of this repository:

    git remote add upstream https://github.com/24avepizza/qrgen.git
    git fetch upstream
    git checkout main
    git reset --hard upstream/main
    git push origin main --force
    git push -f origin main
    

Credits

Created and maintained by Dhruva Shaw & 24 Ave Pizza

About

This is a QR - CODE GENERATOR which is used by 24 Ave Pizza to generates its qrcode.

Topics

Resources

License

Stars

Watchers

Forks

Languages