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

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.

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)