AnyQR is a versatile QR code super-app built in Python with PyQt6. It allows users to generate, scan, and extract contents from QR codes directly through image files or clipboard pasting.
- Generate QR Codes: Create high-quality QR codes from text or URLs.
- Scan from Files: Drag and drop an image file to extract QR code data.
- Scan from Clipboard: Simply copy an image and press
Ctrl+Vto scan instantly. - Automatic Link Extraction: Instantly detects and offers to open URLs.
- Python 3.9+
- On Windows,
pyzbarmay require the Visual C++ Redistributable Package.
pip install -r requirements.txtRun the main application interface:
cd src
python main.py