https://github.com/varm/py-qrcode-generate
This project helps to generate a QR code based on the given content and background image.
https://github.com/varm/py-qrcode-generate
Last synced: 3 months ago
JSON representation
This project helps to generate a QR code based on the given content and background image.
- Host: GitHub
- URL: https://github.com/varm/py-qrcode-generate
- Owner: varm
- Created: 2022-07-11T10:05:24.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-11T10:52:21.000Z (about 4 years ago)
- Last Synced: 2025-03-03T10:14:20.098Z (over 1 year ago)
- Language: Python
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Qr code generator & reader
## What is QR code?
A Quick Response code is a two-dimentional pictographic code used for fast readeability and comparitively large storage capacity that it provides. The code is formed using black modules arranged on a white background square pattern.
## About project
This project helps to generate a QR code based on the given content and background image.
## Enrironment
* Windows 10 19044.1766
* Python 3.10-64bit
## Required packages
* MyQR
* zxing
Execute the command in the project root directory:
```
pip install -r requirements.txt
```
## Usage
Open command prompt(cmd) in Windows OS and execute the following:
```
Python main.py
```
## LICENSE
[MIT License](https://opensource.org/licenses/MIT)