QuickeR-Web is a platform that lets you create QR codes but without accounts, limits, ads or purchases. It also doesn't collect any personal data, analytics, telemetry or other kind of info. It was primarily created out of pure spite, as most other websites have shitty practices to get the most revenue out of users. Besides, the code has mostly been written by hand, about a 15% of the entire project has been written by AI.
- Cross platform.
- Creates QRs from these types:
| Type | Support |
|---|---|
| Plain text | ✅ |
| URL/Link | ✅ |
| Social Media & Messenger | ❌ |
| Wifi | ✅ |
| ✅ | |
| SMS | ✅ |
| Phone number | ✅ |
| ✅ | |
| Location | ✅ |
| Event | ✅ |
- Allows to place logos in the center of the QR.
- Allows to change the colors of the QRs.
Warning
Due to c based tools (such as OpenCV or Pyztools) not being supported on WASM, readability checking is not available.
- Has a preview that updates on every change.
- Downloads the codes.
- Has a summary view before downloading the QR code.
- Uses a Material3-like user interface.
Python moules: Flet, Qrcode, Pillow and other libraries that base Python includes.
Actually running the code: Flutter, Dart.
Warning
It is heavily recommended to use Python 3.12 or above to run the app.
Run as a desktop app:
flet runRun recursively as a desktop app:
flet run --recursiveRun as a web app:
flet run --webRun as an android app:
flet run --androidRun as a desktop app:
uv run flet runRun recursively as a desktop app:
uv run flet run --recursiveRun as a web app:
uv run flet run --webRun as an android app:
uv run flet run --androidFor more details on running the app, refer to the Getting Started Guide.
Warning
It is heavily recommended to use Python 3.12 or above to compile the app.
flet build apk -vFor more details on building and signing .apk or .aab, refer to the Android Packaging Guide.
flet build ipa -vFor more details on building and signing .ipa, refer to the iOS Packaging Guide.
flet build macos -vFor more details on building macOS package, refer to the macOS Packaging Guide.
flet build linux -vFor more details on building Linux package, refer to the Linux Packaging Guide.
flet build windows -vFor more details on building Windows package, refer to the Windows Packaging Guide.
flet build web -vFor more details on building Web app, refer to the Web Packaging Guide.
A desktop app is also available for Linux, Windows and Android.