CorentinTh / it-tools

Collection of handy online tools for developers, with great UX.
https://it-tools.tech
GNU General Public License v3.0
19.83k stars 2.41k forks source link

[NEW TOOL] Barcode generator (and potentially reader?) #437

Open timotheeandres opened 1 year ago

timotheeandres commented 1 year ago

What tool do you want? I would like to have a tool to generate a barcode.

Describe the solution you'd like I would imagine a web page to generate a barcode from a piece of data, the simplest case being ASCII text encoded into a Code 128 barcode. Further additions could be the ability to generate different barcodes depending on the desired norm (https://www.tec-it.com/en/support/knowbase/barcode-overview/linear/Default.aspx), and potentially the ability to access a camera to read and decode barcodes.

Is there example of this tool in the wild? Webpages:

npm packages:

DeAlexPesh commented 1 year ago

node plugin with AI BQ

TechWolfNZ commented 11 months ago

This is a tool I'd very much like to see included in the future.

c11umw commented 9 months ago

Seconded. Would be a great addition to the "images & videos" category

jaywehner commented 9 months ago

thirded

sharevb commented 3 months ago

Hi @timotheeandres, @DeAlexPesh, @TechWolfNZ, @c11umw, @jaywehner and @CorentinTh , implemented in #1100

c11umw commented 3 months ago

Nice. Not in the latest docker image as yet, but will check for it once available. (current docker: v2024.5.13-a0bc346) Thanks for doing that 🙂