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

https://github.com/smartlegionlab/qr-codes-generator

Qr codes generator.
https://github.com/smartlegionlab/qr-codes-generator

Last synced: 3 months ago
JSON representation

Qr codes generator.

Awesome Lists containing this project

README

          

# qr-codes-generator v0.0.3
Qr codes generator.

---

Author and developer: ___A.A. Suvorov___

***

## Help:

- `python -m venv venv`
- `source venv/bin/activate`
- `pip install -r requirements.txt`
- `python app.py`

After launch:

- Enter text or url.
- Enter the name of the final file.

1. A folder "qr_codes" will be created in which a file with the specified name will appear.

Example:

![logo](https://github.com/smartlegionlab/qr-codes-generator/raw/master/data/images/smartlegionlab.png)

***

## Disclaimer of liability:

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

***

## Copyright:
--------------------------------------------------------
Licensed under the terms of the BSD 3-Clause License
(see LICENSE for details).
Copyright © 2024-2025, A.A. Suvorov
All rights reserved.
--------------------------------------------------------