8 repository-uri
Visual representation of QR codes using terminal cell characters to maintain geometric proportions.
Distinct from QR Code Generation: Candidates focus on QR generation or marketing/auth use cases, not the low-level terminal rendering implementation.
Explore 8 awesome GitHub repositories matching graphics & multimedia · QR Code Rendering. Refine with filters or upvote what's useful.
Opentui is a terminal user interface framework for building interactive command line applications. It provides a component-based system featuring a flexbox layout engine, a virtual node component tree, and a low-level 2D cell array renderer. The project is distinguished by a sophisticated keyboard binding engine that maps complex multi-stroke sequences and chords to named commands using prioritized, reactive layers. It also implements a plugin architecture that allows external modules to inject custom UI components into designated layout slots and extend input logic at runtime. Its capabilit
Renders scannable QR codes in the terminal using half-block cells to preserve square geometry.
node-qrcode is a JavaScript library and command-line tool for generating scannable QR codes from text or binary data. It functions as both a generator library for Node.js and web browser environments and a standalone command-line interface. The project supports producing QR codes in multiple formats, including raster images and scalable vector graphics. It can also render barcodes as text representations directly within a terminal for rapid visual verification. The generator includes capabilities for configuring error correction levels and optimizing data density through various encoding mod
Ships a command line interface for rendering QR codes as image files or terminal text representations.
InvenTree is an open-source inventory management platform built on Django, designed for tracking parts, stock levels, and supply chain operations through a web interface and REST API. The system uses barcodes—including QR codes, 1D barcodes, and Data Matrix codes—as primary identifiers for scanning, linking, and triggering inventory actions, and extends core functionality through a Python plugin framework supporting custom actions, UI panels, barcode handlers, and scheduled tasks. The platform distinguishes itself through a comprehensive plugin-based extensibility system that allows custom in
Generates QR codes as base64 images with configurable error correction, size, and style via template tags.
QRCoder este o bibliotecă nativă C# pentru generarea și randarea codurilor QR din text și payload-uri de date. Oferă o implementare fără dependențe a standardului de cod QR pentru ecosistemul .NET, gestionând întregul proces de la codificarea datelor până la output-ul vizual. Biblioteca include instrumente pentru personalizarea codurilor QR prin ajustarea culorilor, a nivelurilor de corecție a erorilor și încorporarea de logo-uri personalizate. De asemenea, suportă formatarea standardizată a payload-ului pentru tipuri de date specifice, cum ar fi credențialele WiFi, cărțile de vizită și sistemele de plată. Motorul de randare exportă codurile QR în mai multe formate, inclusiv PNG, SVG, PDF, ASCII, Bitmap și PostScript. Utilizatorii pot accesa, de asemenea, matricea de module subiacentă pentru randare personalizată sau analiză structurală.
Outputs QR codes into multiple diverse formats including PNG, SVG, PDF, and ASCII.
jquery-qrcode is a client‑side QR code generator built as a jQuery plugin. It creates QR code images entirely in the browser without sending data to an external service, making it suitable for offline usage and reducing network dependencies. The plugin accepts input data — such as a string or URL — and produces a QR code that can be rendered as an image in any selected DOM element. Because it is a jQuery plugin, jquery-qrcode integrates naturally into existing jQuery‑based web projects using the usual plugin API. The generated QR code can be customised with adjustable size, error correction l
Creates QR code images using only client-side JavaScript, enabling offline use and reducing network requests.
python-qrcode is a library for generating QR codes from data and exporting them as images, vectors, or terminal text. It provides specialized encoders for producing portable network graphics, scalable vector graphics, and ASCII text representations. The project supports visual styling and custom branding, allowing for the modification of module shapes, the application of custom colors, and the embedding of logos. The capability surface includes image file export for digital assets and terminal-based visualization for displaying QR codes directly within a command line interface. It also manag
Renders QR codes as ASCII characters directly within the terminal environment.
Aceasta este o bibliotecă PHP pentru generarea de coduri QR lizibile de către mașină din text sau payload-uri de date. Acesta funcționează ca o bibliotecă de imagini care randează aceste coduri în diverse formate, oferind în același timp utilitare pentru a verifica acuratețea și lizibilitatea datelor. Proiectul se distinge prin suportul pentru crearea de coduri QR branduite, permițând încorporarea de logo-uri personalizate și etichete text. Pentru a asigura calitatea, include un instrument de validare care efectuează verificarea lizibilității pentru a confirma că codurile generate sunt gata de scanare înainte de deployment. Biblioteca acoperă o gamă largă de capabilități de output și randare, inclusiv export multi-format în PNG, SVG, WebP și PDF. Gestionează livrarea datelor prin șiruri binare, URI-uri de date și fișiere de sistem și include configurații pentru codificarea caracterelor și optimizarea clarității imaginii.
Supports rendering QR codes into multiple file formats, including PNG, SVG, WebP, and PDF.
Awesome-qr.js is a JavaScript library designed for the generation and rendering of customizable QR codes. It provides a framework for encoding data into structured bit arrays while allowing for extensive visual styling, enabling the creation of branded graphics that remain compatible with standard scanning software. The library distinguishes itself through its support for layered graphical composition, which allows users to integrate background images, animated GIFs, and center logos directly into the QR code structure. To maintain scan reliability, it employs automated image binarization, en
Injects generated QR code graphics directly into specified elements within a web page to display dynamic information without requiring manual DOM manipulation.