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

https://github.com/aaa1928/qr-code-generator

A Flask full stack web application for generating customizable QR codes from URLs.
https://github.com/aaa1928/qr-code-generator

backend css flask frontend html javascript python qrcode qrcode-generator url-to-qrcode website

Last synced: 2 months ago
JSON representation

A Flask full stack web application for generating customizable QR codes from URLs.

Awesome Lists containing this project

README

          

# QR Code Generator 2025

A Flask full stack web application for generating customizable QR codes from URLs.

Check out the website here: [QR Code Generator](https://qr-code-generator-ccdv.onrender.com/)

## Features

- Convert URLs to QR codes
- Customize QR code colors
- Adjust QR code size (1-20)
- Responsive design

## Installation

```bash
# Create virtual environment
python -m venv .venv
.venv\Scripts\activate

# Install dependencies
pip install -r requirements.txt
```