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.
- Host: GitHub
- URL: https://github.com/aaa1928/qr-code-generator
- Owner: aAa1928
- Created: 2025-01-17T01:20:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-22T04:13:12.000Z (over 1 year ago)
- Last Synced: 2025-02-22T05:18:57.191Z (over 1 year ago)
- Topics: backend, css, flask, frontend, html, javascript, python, qrcode, qrcode-generator, url-to-qrcode, website
- Language: HTML
- Homepage: https://qr-code-generator-ccdv.onrender.com/
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```