Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seng3694/qrcodeapp
App for generating and reading QR codes on Windows Desktop
https://github.com/seng3694/qrcodeapp
csharp qr-code qr-codes qrcode qrcode-generator wpf
Last synced: 11 days ago
JSON representation
App for generating and reading QR codes on Windows Desktop
- Host: GitHub
- URL: https://github.com/seng3694/qrcodeapp
- Owner: Seng3694
- License: mit
- Created: 2018-10-28T17:51:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-26T12:23:46.000Z (over 2 years ago)
- Last Synced: 2024-11-28T03:12:16.328Z (2 months ago)
- Topics: csharp, qr-code, qr-codes, qrcode, qrcode-generator, wpf
- Language: C#
- Size: 22 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QrCodeApp #
Small app for generating and reading QR codes on Windows Desktop.![preview][1]
### Frameworks ###
- .NET 4.7
- WPF
- MVVM: [Prism][2]
- Style: [MahApps.Metro][3]
- QR Code Reader/Generator: [zxing][4][1]:preview.gif
[2]:https://github.com/PrismLibrary/Prism
[3]:https://github.com/MahApps/MahApps.Metro
[4]:https://github.com/micjahn/ZXing.Net