Skip to content

Latest commit

 

History

57 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diseño sin título

GitHub last commit GitHub Repo stars GitHub repo size Ko-Fi donate

QuickeR - Create QRs quicker!

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.

Features

  • Cross platform.
  • Creates QRs from these types:
Type Support
Plain text
URL/Link
Social Media & Messenger
Wifi
Email
SMS
Phone number
Email
Location
Event
  • Allows to place logos in the center of the QR.
  • Allows to change the colors of the QRs.
  • 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.

Supported devices and current release types

Device Support Installer/Packaged Standalone
Linux
Android *
Windows
IOs
MacOs ~

Caution

Due to IOs working unreliably with Flet's tools and limitations at operating system level, support has to be dropped for the time being. However, the web version (QuickeR-Web) can be used perfectly.

Warning

I cannot reliably test the MacOs build, as I don't own a Mac. Build may contain errors.

Tip

*There is no Android standalone because android works with just .APK.

Tech Stack

Python moules: Flet, Qrcode, Pillow and other libraries that base Python includes.

Actually running the code: Flutter, Dart.

License

MIT

Run the app

Warning

It is heavily recommended to use Python 3.12 or above to run the app.

flet

Run as a desktop app:

flet run

Run recursively as a desktop app:

flet run --recursive

Run as a web app:

flet run --web

Run as an android app:

flet run --android

uv

Run as a desktop app:

uv run flet run

Run recursively as a desktop app:

uv run flet run --recursive

Run as a web app:

uv run flet run --web

Run as an android app:

uv run flet run --android

For more details on running the app, refer to the Getting Started Guide.

Build the app

Warning

It is heavily recommended to use Python 3.12 or above to compile the app.

Android

flet build apk -v

For more details on building and signing .apk or .aab, refer to the Android Packaging Guide.

iOS

flet build ipa -v

For more details on building and signing .ipa, refer to the iOS Packaging Guide.

macOS

flet build macos -v

For more details on building macOS package, refer to the macOS Packaging Guide.

Linux

flet build linux -v

For more details on building Linux package, refer to the Linux Packaging Guide.

Windows

flet build windows -v

For more details on building Windows package, refer to the Windows Packaging Guide.

Web

flet build web -v

For more details on building Web app, refer to the Web Packaging Guide.

Authors

Related

A desktop app is also available for Linux, Windows and Android.

Desktop app repository (QuickeR)

About

A platform that lets you create QR codes, without accounts, limits, ads or purchases.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Contributors

Languages