An open API service indexing awesome lists of open source software.

https://github.com/csfelix/python-pillow-pyqrcode-qr-code-generator

🐍 Python is really amazing!!! In this repo you gonna discover how to create QR Codes with logos in the center!!! 🐍 (🔑 KeyWords: python, pillow, pyqrcode, qr-code-generator 🔑)
https://github.com/csfelix/python-pillow-pyqrcode-qr-code-generator

pillow pyqrcode python qr-code qr-code-generator

Last synced: 12 months ago
JSON representation

🐍 Python is really amazing!!! In this repo you gonna discover how to create QR Codes with logos in the center!!! 🐍 (🔑 KeyWords: python, pillow, pyqrcode, qr-code-generator 🔑)

Awesome Lists containing this project

README

          

# 🌟 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](mailto:csfelix08@gmail.com?)**

> **Linkedin:** **[linkedin.com/in/csfelix/](https://www.linkedin.com/in/csfelix/)**

> **Instagram:** **[instagram.com/c0deplus/](https://www.instagram.com/c0deplus/)**

----

> **Portfolio:** **[CSFelix.io](https://csfelix.github.io/)**