/QR-Code-Generator

Two approaches for the same tool, creating a GUI App for desktop using python and also creating for Web Application to be hosted online

Primary LanguageHTML

QR-Code-Generator

Two approaches for the same tool, creating a GUI App for desktop using python and also creating for Web Application to be hosted online basically.

Requirements:

  • Python Interpreter
  • pypng
  • pyqrcode
  • PyQt5

For any platform

To install python interpreter, first download it by Clicking here.

After downloading install the Python interpreter normally.
To check whether your interpreter is installed correctly and recognized properly.

Windows Specific

Do this inside your Command Prompt:
python --version

Linux Specific

Do this inside your Terminal:
python3 --version

Windows Specific

Do this inside your Command Prompt:
pip install pypng
pip install pyqrcode
pip install PyQt5

Linux Specific

Do this inside your Terminal:
python3 -m pip install pypng
python3 -m pip install pyqrcode
python3 -m pip install PyQt5

After this, you should be able to run the QR Code Generator.