Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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