Socket
Socket
Sign inDemoInstall

logo-qrcode

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logo-qrcode

A simple library for generating QR codes with logo


Maintainers
1

logo-qrcode

A simple Python library for generating QR codes with logo


一、直接拷贝脚本文件使用

logo_qrcode.py -data http://www.google.com -logo logo.png -save qecode.png

www.google.com

二、使用 pip 安装

pip install logo-qrcode

查看帮助

使用 pip install logo-qrcode 安装成功可以直接使用 cli 工具使用

logo-qrcode-cli -h

python3 -m logo_qrcode -h

使用 logo-qrcode-cli

使用 pip install logo-qrcode 安装成功可以直接使用 cli 工具

logo-qrcode-cli -data http://www.baidu.com -logo logo.png -save qecode.png

使用 --base64 直接在控制台输出图片 base64 logo-qrcode-cli -data http://www.baidu.com -logo logo.png --base64

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc