Skip to content

Latest commit

 

History

History
73 lines (51 loc) · 1.94 KB

README.md

File metadata and controls

73 lines (51 loc) · 1.94 KB

qrcode-tools

English | 简体中文

Very suitable for newcomers to the Electron learning project , it is a simple and easy to use QR code recognition tool ( based on : Electron + Vue implementation ), although it is very small but basically encompasses the entire process of Electron project development .

🛠️ Recommended Configurations

🖥️ Quick Start

Install

$ yarn

Development

$ yarn dev

Build

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux

✨ Feature

  • Screenshot to recognize the QR code
  • Upload to recognize the QR code
  • Generate QR code based on characters

🎯 Effect

  • Screenshot to recognize the QR code 截图识别二维码

  • Upload to recognize the QR code 上传识别二维码

  • Generate QR code based on characters 根据字符生成二维码

📝 TODO

  • Support multi-screen capture
  • Support screenshot to recognize QR code
  • Generate QR codes based on content
  • Support uploading pictures to recognize QR code
  • Support for modifying shortcut key operations
  • Supports automatic detection of updates
  • Change icon

📸 Screenshot Realization Flow

📚 Instructions for use

  • Shortcut key
    • Screenshot:Ctrl + Alt + C (Default Shortcut Keys)
    • Exit:Esc
  • Finished screenshot: double mouse click

📄 License

qrcode-tools is released under the MIT license. for more information, see the LICENSE file.