Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/znsoooo/qr-desktop

QR Desktop
https://github.com/znsoooo/qr-desktop

c cpp win32 windows windows-10 windows-7 windows-xp

Last synced: 15 days ago
JSON representation

QR Desktop

Awesome Lists containing this project

README

        

# QR Desktop
Generate a __QR-Code__ is the most simplest thing today.
Reading `Clipboard` and make QR-Code by __hotkey__ is also not so difficult.
People make wheels in __different frameworks__.
Someone build it by `electron`, size __30.2 MB__, and I wrote one by `python`, size __14.1 MB__.
Wrote by `C` is difficult, but minimalist and fastest, I finished it with size of __18 KB__.
It working on `Windows XP` and above, compatible with `32/64-bit` system.

Download url:

## About
- __Author:__ Li Shixian
- __QQ:__ 11313213
- __Email:__ [email protected]
- __GitHub:__ https://github.com/znsoooo/qr-desktop
- __License:__ GPL 2.0 License. Copyright (c) 2022-2024 Li Shixian (znsoooo). All Rights Reserved.

## Feature
- The program is written only by C and size with 18 KB.
- Use `Ctrl-Alt-Q` to generate qr-code by copied text.
- Long text separate into pages and use `PgUp` / `PgDn` to flip.
- Double click the tray icon to switch shown the window.
- Copy ONE file less than 1MB and use hotkey can read text directly.
- Use `Ctrl-Alt-Shift-Q` to quit.
- Working on Windows XP and above.

## Ref
- QR-Code Library: https://github.com/nayuki/QR-Code-generator