-
On Desktop:
- Clone this repo by running
git clone https://github.com/Prince2347X/qr-code-generator.git
in the terminal. - Install the required packages in one go simply by running
pip install -r requirements.txt
.- Make sure you're in the correct directory.
- Run the qr_code_gen.py file.
- Clone this repo by running
-
On Mobile (Android)
- Download & install PyDroid 3
- Install the required modules mentioned in requirements.txt in the terminal of the app.
- Run the code now.
- A very basic example on how to generate QR Code using
pyqrcode
module.- The QR Code is also saved in .png format (Using
pypng
module.)
- The QR Code is also saved in .png format (Using
- And also used
tkinter
andPillow
to display the QR Code at the time of code execution.
Feel free to create an issue if you're facing any error(s).