8 dépôts
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 est une bibliothèque C# native pour générer et rendre des codes QR à partir de textes et de charges utiles de données. Elle fournit une implémentation sans dépendance du standard de code QR pour l'écosystème .NET, gérant tout le processus, de l'encodage des données à la sortie visuelle. La bibliothèque inclut des outils pour personnaliser les codes QR via l'ajustement des couleurs, des niveaux de correction d'erreur et l'intégration de logos personnalisés. Elle prend également en charge le formatage de charge utile standardisé pour des types de données spécifiques tels que les identifiants WiFi, les cartes de contact et les systèmes de paiement. Le moteur de rendu produit des codes QR dans plusieurs formats, incluant PNG, SVG, PDF, ASCII, Bitmap et PostScript. Les utilisateurs peuvent également accéder à la matrice de modules sous-jacente pour un rendu personnalisé ou une analyse structurelle.
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.
Il s'agit d'une bibliothèque PHP pour générer des codes QR lisibles par machine à partir de texte ou de charges utiles de données. Elle fonctionne comme une bibliothèque d'images qui rend ces codes dans divers formats tout en fournissant des utilitaires pour vérifier l'exactitude et la lisibilité des données. Le projet se distingue par la prise en charge de la création de codes QR de marque, permettant l'intégration de logos personnalisés et d'étiquettes de texte. Pour assurer la qualité, il inclut un outil de validation qui effectue une vérification de lisibilité pour confirmer que les codes générés sont prêts à être scannés avant le déploiement. La bibliothèque couvre un large éventail de capacités de sortie et de rendu, y compris l'exportation multi-format vers PNG, SVG, WebP et PDF. Elle gère la livraison des données via des chaînes binaires, des URI de données et des fichiers système, et inclut des configurations pour l'encodage des caractères et l'optimisation de la netteté de l'image.
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.