A lightweight Flask web app for generating QR codes from text or URLs.
- Generate QR codes from text, URLs, or Wi-Fi info
- View QR codes instantly
- Auto-deletes QR codes older than 1 hour
https://qreate-cyd5cxa3e0c6f2ez.eastasia-01.azurewebsites.net/
- Python 3.7+
- pip
- Clone the repo:
git clone https://github.com/yourusername/qreate.git cd qreate - Create and activate a virtual environment:
python -m venv venv source venv/bin/activate # Linux/macOS venv\Scripts\activate # Windows
- Install dependencies:
pip install -r requirements.txt