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 🔑)
- Host: GitHub
- URL: https://github.com/csfelix/python-pillow-pyqrcode-qr-code-generator
- Owner: CSFelix
- Created: 2020-12-09T10:59:43.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-04T18:58:11.000Z (about 5 years ago)
- Last Synced: 2025-04-28T12:52:45.237Z (about 1 year ago)
- Topics: pillow, pyqrcode, python, qr-code, qr-code-generator
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)**