Skip to content

dshowing/dQR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dQR

Convert string to qrcode on your terminal.

Requirements

  • python 2/3
  • pip

Installation

pip install dQR

Usage

Terminal

dQR  http://www.sina.com

In python project

from dQR.dqrcode import QR
img = QR('http://www.sina.com')
print(img.showqr())

qrcode

About

Terminal QRcode(终端二维码)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages