Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/the0cp/qr-scan


https://github.com/the0cp/qr-scan

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# QR Scanner

![icon](https://github.com/user-attachments/assets/c37a5b7e-5b9f-4b0d-a6b4-598ffa494db4)

## Usage

Download: [https://github.com/the0cp/qr-scan/releases](https://github.com/the0cp/qr-scan/releases)

- Press hotkey "Ctrl+Shift+Q" to scan the screen
- The results will be stroed in the main window. (Max 20 records)
- Options to display popups near the qr-codes or display the list window directly
- Easy Copy / Open in browser

## Screenshots

![image](https://github.com/user-attachments/assets/5f0665e3-8438-47f2-a378-21a4062cf7b5)

![image](https://github.com/user-attachments/assets/52ec9f6c-1f6c-471c-9362-2d4de75e3d70)

## Build

```
pip install -r requirements.txt

# generate ui.py files
pyside6-uic form.ui -o ui_form.py
pyside6-uic codebarwindow.ui -o ui_codebarwindow.py

# generate res.py files
pyside6-rcc res.qrc -o rc_res.py

pyinstaller -D -w .\qrhelper.py --icon=icons/icon.ico --upx-dir /path/to/upx/
```