Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/znsoooo/qr-desktop
- Owner: znsoooo
- License: gpl-2.0
- Created: 2022-04-26T14:21:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-27T09:33:01.000Z (5 months ago)
- Last Synced: 2024-12-06T07:42:24.003Z (28 days ago)
- Topics: c, cpp, win32, windows, windows-10, windows-7, windows-xp
- Language: C
- Homepage:
- Size: 223 KB
- Stars: 49
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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