Skip to content

QReate: Instantly generate QR codes for URLs, text, or Wi-Fi credentials.

Notifications You must be signed in to change notification settings

zaplink/QReate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QReate - QR Code Generator

A lightweight Flask web app for generating QR codes from text or URLs.

Features

  • Generate QR codes from text, URLs, or Wi-Fi info
  • View QR codes instantly
  • Auto-deletes QR codes older than 1 hour

URL

https://qreate-cyd5cxa3e0c6f2ez.eastasia-01.azurewebsites.net/

Prerequisites

  • Python 3.7+
  • pip

Local Setup

  1. Clone the repo:
    git clone https://github.com/yourusername/qreate.git
    cd qreate
  2. Create and activate a virtual environment:
    python -m venv venv
    source venv/bin/activate  # Linux/macOS
    venv\Scripts\activate     # Windows
  3. Install dependencies:
    pip install -r requirements.txt

About

QReate: Instantly generate QR codes for URLs, text, or Wi-Fi credentials.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 41.5%
  • HTML 34.9%
  • Python 23.6%