Ecosyste.ms: Awesome

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

https://github.com/MarkHopper24/barcodrod.io

A free, modern barcode and QR code toolkit for Windows.
https://github.com/MarkHopper24/barcodrod.io

barcode barcode-generator barcode-scanner mica qrcode qrcode-decoder qrcode-generator qrcode-reader qrcode-scanner windows windowsappsdk winui3

Last synced: 17 days ago
JSON representation

A free, modern barcode and QR code toolkit for Windows.

Lists

README

        


barcodrod.io

barcodrod.io

A free, modern barcode and QR code toolkit for Windows 10/11. 🤠


Overview •
Installation •
Usage •
Support •
Credits •
License

## Overview
barcodrod.io is a free, modern barcode and QR code toolkit for Windows. Decode 17 different barcode types using the Windows Snipping Tool, an image file, your clipboard, or webcam. Create 13 different types of barcodes from text.

barcodrod.io is built on the WinAppSDK, WinUI3, .NET 6, and the ZXing.Net library.





## Installation
Method 1: Directly from the Microsoft Store [HERE](https://www.microsoft.com/store/apps/9PHMXNX36SZZ)

Method 2: Downloading and installing the MSIX package directly from the latest GitHub release [HERE](https://github.com/MarkHopper24/barcodrod.io/releases/latest)

Method 3: From Windows Package Manager using winget via command line
```
winget install --name barcodrod.io
```

Method 4: Building the solution on your own in Visual Studio using the provided source code.

## Usage
Includes support for the following barcode formats:

Decode and encode:
- QR_CODE
- CODE_128
- CODE_39
- EAN_8
- ITF
- UPC_A
- UPC_E
- CODABAR
- DATA_MATRIX
- PDF_417
- AZTEC
- MSI
- PLESSEY

Decode only:
- MAXICODE
- RSS_14
- RSS_EXPANDED
- EAN_13

## Support
- This project is a work in progress. Any contributions, suggestions, fixes, bug reports, and feature requests are welcome.
- barcodrod.io is an [emailware](https://en.wiktionary.org/wiki/emailware). If you're a regular user of this app or if it's helped you in any way, I would love to hear from you at .

## Credits
This software would not have been possible without the the following tools, resources, and open source packages:
- [Michael Jahn and the rest of the contributors to the ZXing.Net .NET port of the ZXing Java library](https://github.com/micjahn/ZXing.Net)
- [Windows Community Toolkit](https://github.com/CommunityToolkit/WindowsCommunityToolkit)
- [.NET Community Toolkit](https://github.com/CommunityToolkit/dotnet)
- [@amitmerchant1990](https://github.com/amitmerchant1990/electron-markdownify#readme) (readme inspiration)
- [Template Studio for WinUI](https://marketplace.visualstudio.com/items?itemName=TemplateStudio.TemplateStudioForWinUICs)
- [Windows Camera](https://apps.microsoft.com/store/detail/windows-camera/9WZDNCRFJBBG?) and [Snipping Tool](https://apps.microsoft.com/store/detail/snipping-tool/9MZ95KL8MR0L)
- AForge.NET (DirectShow Library)

## License
[Apache 2.0](https://github.com/MarkHopper24/barcodrod.io/blob/public/LICENSE.txt)

---
[barcodrod.io website](https://barcodrod.io)  · 
[MarkHopper24 (GitHub)](https://github.com/MarkHopper24)  · 
[@Mark_Hopper24 (Twitter)](https://twitter.com/Mark_Hopper24)