awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to endroid/qr-code

Open-source alternatives to Qr Code

30 open-source projects similar to endroid/qr-code, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Qr Code alternative.

  • sumimakito/awesome-qr.jssumimakito 的头像

    sumimakito/Awesome-qr.js

    1,704在 GitHub 上查看↗

    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

    JavaScriptqrqr-codeqr-generator
    在 GitHub 上查看↗1,704
  • zpao/qrcode.reactzpao 的头像

    zpao/qrcode.react

    4,264在 GitHub 上查看↗

    This project is a React component library for generating and rendering customizable QR codes. It provides tools to produce QR codes as either scalable vector graphics or via an HTML5 canvas. The library enables branded QR code design by allowing the embedding of custom logos or images into the center of the code. It supports a range of visual customizations, including the adjustment of dimensions, foreground and background colors, and margin thickness. The toolset covers the programmatic control of error correction levels to maintain scannability when using overlays. It also includes capabil

    TypeScript
    在 GitHub 上查看↗4,264
  • codebude/qrcodercodebude 的头像

    codebude/QRCoder

    5,135在 GitHub 上查看↗

    QRCoder is a native C# library for generating and rendering QR codes from text and data payloads. It provides a dependency-free implementation of the QR code standard for the .NET ecosystem, handling the full process from data encoding to visual output. The library includes tools for customizing QR codes through the adjustment of colors, error correction levels, and the embedding of custom logos. It also supports standardized payload formatting for specific data types such as WiFi credentials, contact cards, and payment systems. The rendering engine outputs QR codes into multiple formats, in

    C#
    在 GitHub 上查看↗5,135

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • efprefix/efqrcodeEFPrefix 的头像

    EFPrefix/EFQRCode

    4,751在 GitHub 上查看↗

    EFQRCode is a Swift library for generating, styling, and scanning QR codes across iOS, macOS, watchOS, tvOS, and visionOS. It functions as a toolkit for creating both static and animated QR codes and extracting encoded text from one or multiple codes within a single image. The library enables visual branding through the integration of watermarks, icons, and animated sequences. It supports multi-format export, allowing generated codes to be saved as static images, lossless PDFs, animated GIFs, or video files. The toolkit covers high-level functional areas including QR code generation, image-b

    Swift
    在 GitHub 上查看↗4,751
  • kozakdenys/qr-code-stylingkozakdenys 的头像

    kozakdenys/qr-code-styling

    2,851在 GitHub 上查看↗

    This library provides a framework for generating and styling QR codes within web applications. It transforms raw data into scannable patterns, allowing developers to render these codes directly in the browser using either canvas or vector-based graphics. The project distinguishes itself through extensive customization options that allow for the modification of individual visual components. Users can apply custom shapes, color gradients, and embedded images to the generated patterns, or inject custom elements to align the output with specific branding requirements. The library supports a rang

    TypeScript
    在 GitHub 上查看↗2,851
  • yipianfengye/android-zxinglibraryyipianfengye 的头像

    yipianfengye/android-zxingLibrary

    4,998在 GitHub 上查看↗

    This is a ZXing-based toolkit for integrating barcode and QR code scanning and generation into Android applications. It functions as a barcode scanner capable of decoding data from both live camera streams and static image files. The library includes a QR code generator that supports the creation of image files with custom logos embedded in the center of the code. It also provides a customizable camera scanning interface, allowing for adjustments to the scanning overlay and control over the device flash to improve visibility in low light. Its broader capabilities cover the extraction of text

    Java
    在 GitHub 上查看↗4,998
  • lincolnloop/python-qrcodelincolnloop 的头像

    lincolnloop/python-qrcode

    4,854在 GitHub 上查看↗

    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

    Python
    在 GitHub 上查看↗4,854
  • chakra-ui/arkchakra-ui 的头像

    chakra-ui/ark

    5,004在 GitHub 上查看↗

    Ark is a headless UI component library that delivers accessible, cross-framework primitives with behavior governed by finite state machines. It provides unstyled components that encapsulate logic and accessibility — including full keyboard navigation, focus management, and WAI-ARIA support — while leaving visual styling entirely to the consumer. Components expose scoped data attributes for CSS targeting and use state machines to produce predictable, testable interactive behavior across every state transition. The library distinguishes itself through a state propagation model that distributes

    TypeScriptcomponentsdesign-systemheadless
    在 GitHub 上查看↗5,004
  • chakra-ui/zagchakra-ui 的头像

    chakra-ui/zag

    5,121在 GitHub 上查看↗

    Zag is a headless UI state machine library that provides unstyled component logic to ensure consistent behavior across different rendering engines. It functions as a toolkit for modeling complex user interface interactions using statecharts, decoupling the underlying logic and accessibility attributes from visual styling. The library is framework-agnostic, utilizing specialized adapters to bridge its state machine logic with various JavaScript libraries such as React, Solid, Vue, and Svelte. This approach allows developers to maintain a single interaction model while applying any CSS or styli

    TypeScripta11yaccessibilityagnostic
    在 GitHub 上查看↗5,121
  • fukuchi/libqrencodefukuchi 的头像

    fukuchi/libqrencode

    2,873在 GitHub 上查看↗

    libqrencode is a C library for generating QR Code symbols from text, binary, and structured data. It provides a core encoding engine that converts input data into QR Code symbols with configurable error correction levels and version settings, and includes a command-line tool for producing QR Code images directly from text or data input. The library supports multiple encoding modes including numeric, alphabetic, Japanese kanji, and 8-bit binary data, with automatic optimization to select the most efficient mode for a given input string. It can encode arbitrary binary data containing NUL charac

    C
    在 GitHub 上查看↗2,873
  • rosskhanas/react-qr-coderosskhanas 的头像

    rosskhanas/react-qr-code

    874在 GitHub 上查看↗

    This project is a data encoding library and React component generator designed to convert text strings into scannable matrix barcodes. It provides a unified interface for rendering these patterns within both web and mobile application environments, facilitating the integration of dynamic data visualization directly into user interfaces. The library distinguishes itself through a platform-agnostic abstraction layer that supports both scalable vector graphics and pixel-based canvas rendering. This approach ensures that generated codes maintain visual clarity across varying screen resolutions an

    JavaScriptcomponentqr-codereact
    在 GitHub 上查看↗874
  • x-hw/amazing-qrx-hw 的头像

    x-hw/amazing-qr

    10,800在 GitHub 上查看↗

    This is a Python library for the programmatic creation of standard, artistic, and animated QR codes derived from text or URL inputs. The tool generates stylized visuals by blending QR codes with background images using adjustable brightness and contrast settings. It also creates moving visual codes by merging QR patterns with animated GIFs. The library covers a range of generation workflows, including standard barcode conversion, image-blended artistic designs, and frame-by-frame animated sequences.

    Pythonamazinggifpicture
    在 GitHub 上查看↗10,800
  • jeromeetienne/jquery-qrcodejeromeetienne 的头像

    jeromeetienne/jquery-qrcode

    4,860在 GitHub 上查看↗

    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

    JavaScript
    在 GitHub 上查看↗4,860
  • bingoogolapple/bgaqrcode-androidbingoogolapple 的头像

    bingoogolapple/BGAQRCode-Android

    8,016在 GitHub 上查看↗

    BGAQRCode-Android is a developer toolkit for Android that provides a library for scanning and recognizing QR codes and barcodes. It functions as a camera scanning framework and a barcode generator for creating one-dimensional and two-dimensional codes. The project includes a customizable UI kit for implementing branded scanning interfaces with adjustable dimensions, colors, and animation styles. It also provides tools for creating customized barcodes featuring specific color palettes and embedded logos. The toolkit manages camera hardware settings, including flashlight control, zoom levels,

    Cqrcodeqrcode-androidqrcode-generator
    在 GitHub 上查看↗8,016
  • bndw/wifi-cardbndw 的头像

    bndw/wifi-card

    7,125在 GitHub 上查看↗

    wifi-card is a utility for creating printable network credential cards and QR codes to facilitate guest wireless network access. It functions as a generator that produces physical or digital cards containing network names and passwords, automating the process of joining a WiFi network through scannable image formats. The tool operates using a pure-client runtime model, processing all user input and generating the final document entirely within the browser. It employs SVG-based layout rendering and a CSS grid template system to ensure high-resolution, crisp lines across different paper sizes.

    JavaScriptdogs-over-catsqrcodereact
    在 GitHub 上查看↗7,125
  • sawaratsuki/kawaiilogosSAWARATSUKI 的头像

    SAWARATSUKI/KawaiiLogos

    6,713在 GitHub 上查看↗

    KawaiiLogos is a digital asset library containing a curated collection of stylized and aesthetically modified technology logos. The project provides a set of themed graphic files designed for use as visual assets in personal projects and portfolio websites. The library focuses on replacing standard corporate logos with a consistent art direction through a themed set of scalable vector graphics. These assets are intended for custom branding and the creation of visually themed iconography for technical documentation and project presentations. The project organizes these assets via a flat-file

    在 GitHub 上查看↗6,713
  • open-xml-templating/docxtemplateropen-xml-templating 的头像

    open-xml-templating/docxtemplater

    3,592在 GitHub 上查看↗

    Docxtemplater is an office document generation engine designed to automate the creation of personalized business documents, presentations, and spreadsheets. By manipulating the underlying XML structure of office files, the framework replaces placeholders within pre-designed templates with dynamic data, enabling the programmatic production of reports, invoices, and complex data-driven documents. The project distinguishes itself through a modular extension architecture that allows developers to integrate custom logic for handling images, charts, and specialized formatting. It supports advanced

    JavaScriptdocxdocx-generationdocx-generator
    在 GitHub 上查看↗3,592
  • vikiboss/60svikiboss 的头像

    vikiboss/60s

    4,780在 GitHub 上查看↗

    This project is a multi-purpose REST API utility collection and developer suite. It serves as a centralized service for real-time information aggregation, data transformation, and a wide array of programmatic tools. The service distinguishes itself by providing a broad range of specialized content delivery endpoints, from curated daily summaries and global trending rankings to randomized entertainment content like jokes and quotes. It also functions as a real-time aggregator for environmental and network data, including weather forecasts, currency exchange rates, and public IP lookups. The c

    TypeScript60sapibilibili
    在 GitHub 上查看↗4,780
  • dodgepudding/wechat-php-sdkdodgepudding 的头像

    dodgepudding/wechat-php-sdk

    4,410在 GitHub 上查看↗

    This project is a PHP implementation for automating messages, managing custom menus, and handling media uploads for the WeChat ecosystem. It serves as a social media API wrapper, an OAuth 2.0 client library, and a toolkit for enterprise messaging and payment integration. The library distinguishes itself by providing dedicated workflows for official account integration and enterprise management, including the coordination of corporate organizational structures and employee directories. It also includes specialized tools for marketing automation, such as the issuance of digital coupons and the

    PHP
    在 GitHub 上查看↗4,410
  • laochiangx/common.utilitylaochiangx 的头像

    laochiangx/Common.Utility

    5,304在 GitHub 上查看↗

    Common.Utility is a general purpose utility library providing a collection of helper classes for common programming tasks. It functions as a data security framework, a database access wrapper, and a suite of tools for system administration and network communication. The library includes a multimedia processing suite for generating barcodes and QR codes, editing images, and converting video formats. It also provides a network communication toolkit for managing HTTP requests and FTP transfers, as well as integration with email and notification services. The project covers a broad set of capabi

    C#chmcommoncookiehelper
    在 GitHub 上查看↗5,304
  • uswds/public-sansuswds 的头像

    uswds/public-sans

    4,717在 GitHub 上查看↗

    Public Sans is an open-source sans-serif typeface family designed for high readability across digital displays and print media. It is built as an accessible digital typography system to meet visual accessibility standards for users with various vision needs and device constraints. The project provides a variable font family, utilizing a single font file that allows for fluid control over weight and style axes. It includes a web-compatible font set optimized for consistent rendering across different web browsers and screen resolutions. The typeface is designed for use in government design sys

    HTMLfontgeometricofl
    在 GitHub 上查看↗4,717
  • palxiao/poster-designpalxiao 的头像

    palxiao/poster-design

    4,731在 GitHub 上查看↗

    This project is a web-based graphic design editor and online poster designer. It provides a browser-based environment for creating professional visual layouts, e-commerce graphics, and social media covers using a canvas with drag-and-drop elements. The toolkit includes a specialized PSD template converter that parses Photoshop design files into editable web templates. It also features a custom QR code generator capable of producing styled codes with gradients and embedded logos, alongside a browser-based image manipulation tool for cropping assets and removing backgrounds. The editor covers

    Vuecanvasdesignimage
    在 GitHub 上查看↗4,731
  • jgthms/web-design-in-4-minutesjgthms 的头像

    jgthms/web-design-in-4-minutes

    4,381在 GitHub 上查看↗

    This project is a web design instructional guide and educational resource focused on visual design standards, layout optimization, and user interface readability. It provides a concise tutorial on the fundamental principles of visual layout and styling required to create professional web pages. The resources include a UI design primer and a visual design checklist for establishing color hierarchies and balanced spacing. It specifically covers the implementation of primary accent colors and softer shades to guide user attention and reduce eye strain. The guide covers practical strategies for

    HTMLhtmltutorial
    在 GitHub 上查看↗4,381
  • intervention/imageIntervention 的头像

    Intervention/image

    14,345在 GitHub 上查看↗

    Intervention Image is a PHP image processing library designed for editing and manipulating image assets. It functions as an abstraction layer that provides a simplified interface for performing programmatic visual adjustments and compositions. The project utilizes a driver-based architecture that allows for switching between different underlying image processing engines without requiring changes to the application logic. This abstraction extends to the handling of animated image formats, enabling the manipulation of frames and properties across various processing drivers. The library covers

    PHPgdimageimagick
    在 GitHub 上查看↗14,345
  • marialetta/free-gophers-packMariaLetta 的头像

    MariaLetta/free-gophers-pack

    3,958在 GitHub 上查看↗

    This project is a themed design kit comprising scalable character graphics and illustrative elements tailored for software development and technical education. It provides a collection of vector and raster illustrations of the Go mascot for use in technical presentations, blog posts, and social media visuals. The library serves as a developer design kit for creating software branding assets and technical education materials. It includes a set of scalable SVG graphics and PNG elements designed to assist in the production of developer documentation and instructional videos.

    Goblogcharactercourse
    在 GitHub 上查看↗3,958
  • pdfme/pdfmepdfme 的头像

    pdfme/pdfme

    4,156在 GitHub 上查看↗

    pdfme is a schema-based PDF generation engine and dynamic document builder. It provides a system for producing PDF documents by merging predefined templates with dynamic input data across different runtime environments. The project includes a browser-based WYSIWYG PDF editor and template designer, allowing for the arrangement of elements via a drag-and-drop interface. It distinguishes itself through a plugin-based architecture that enables schema extensions and custom rendering logic for new content types. The capability surface covers dynamic content generation, including variable placehold

    TypeScriptpdfpdf-designerpdf-generation
    在 GitHub 上查看↗4,156
  • ccbikai/sinkccbikai 的头像

    ccbikai/Sink

    6,843在 GitHub 上查看↗

    Sink is a link shortening and management service built on Cloudflare Workers and KV for serverless redirection. It provides a suite of tools for creating branded web addresses, monitoring visitor statistics through a real-time analytics dashboard, and managing how links are distributed. The project features a dynamic traffic router that redirects visitors based on geographic location or device type and an AI metadata generator that automatically creates descriptive slugs and social media preview tags. It also includes a QR code generator for creating scannable codes that point to shortened ad

    Vue
    在 GitHub 上查看↗6,843
  • collaboraonline/onlineCollaboraOnline 的头像

    CollaboraOnline/online

    2,985在 GitHub 上查看↗

    This project is a cloud-based office suite and self-hosted document server that enables the creation and editing of documents, spreadsheets, and presentations. It functions as a headless office application, utilizing a server-side processing engine to handle file rendering and formatting without requiring a local graphical user interface. The system operates as a real-time collaborative editor, employing operational transformation to allow multiple users to edit files simultaneously. It also serves as a web-based document processor capable of automating office tasks through macro execution an

    C++androidcppdocuments
    在 GitHub 上查看↗2,985
  • crmeb/crmebcrmeb 的头像

    crmeb/CRMEB

    8,956在 GitHub 上查看↗

    CRMEB is a comprehensive e-commerce platform built on ThinkPHP 6, designed as a headless system that delivers standardized APIs to various frontend clients. It provides a unified backend to synchronize product catalogs, orders, and customer data across web browsers, mobile applications, and mini-programs. The platform supports diverse commerce models, including multi-vendor marketplaces where independent merchants manage their own stores, centralized chain store networks, and social commerce frameworks featuring affiliate distribution and community group buying. It also integrates specialized

    Vueb2cform-createivewui
    在 GitHub 上查看↗8,956
  • eddycjy/go-gin-exampleeddycjy 的头像

    eddycjy/go-gin-example

    7,193在 GitHub 上查看↗

    This project is a reference implementation and boilerplate for building RESTful services using the Gin web framework in Go. It provides a structured backend architecture featuring modular routing and middleware to serve as a template for Go web applications. The project distinguishes itself through a comprehensive set of integrated systems, including a security layer for user authentication and private endpoint protection using JSON Web Tokens. It also implements a high-speed memory storage layer via Redis to cache frequent database queries and a containerized runtime environment for consiste

    Goapiendlessgin
    在 GitHub 上查看↗7,193