Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.17 KB

File metadata and controls

54 lines (35 loc) · 1.17 KB

🌟 QR Code Generator 🌟


❓ What's it? ❓

  • QR Code Generator is a Python Code that generates QR Code (😐) and insert a logo in it!! Insert the logo is possible because the QR is generated with High Redundancy Algorithm, that allows us to cover 30% of the QR that it will still work!!!

⚒️ Tools ⚒️

  • Python 3.7 version or later;
  • PyQRCode package;
  • Pillow package.

⚙️ Run ⚙️

Downloading the Packages

  • Open the terminal and tip:
pip install pyqrcode
pip install pillow

Running the Code

  • Download the source code and the python_logo.png;
  • Save the code and the logo in the same folder;
  • Open cmd and go to Python Code's Folder;
  • Tip:
python qr_code_generator.py

📝 Notes 📝

  • Change URL: you can change the URL editing the line 40!

📫 Reach Me 📫

Email: csfelix08@gmail.com

Linkedin: linkedin.com/in/csfelix/

Instagram: instagram.com/c0deplus/


Portfolio: CSFelix.io