x-hw / amazing-qr

💮 amazing QRCode generator in Python (supporting animated gif) - Python amazing 二维码生成器(支持 gif 动态图片二维码)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

可以生成http请求二维码吗?

janewar opened this issue · comments

python -m http.server 8000
python -m http.server 8000 --bind 127.0.0.1
http://127.0.0.1:8000/
结合http服务?

myqr 12345 -n github_qr.jpg -d C:\qrcode
启用服务之后,文件可以生成在服务器指定目录。
这样可行么?