We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
前段时间刷github发现了一个python生成艺术二维码的库: qrcode, 试了一下发现很有意思, 支持生成3种二维码图片:
纯文字 -> 二维码图片
文字 + 一张静态图片(.jpg / .png / .bmp) -> 以静态图片为背景的静态二维码图片
文字 + 一张动态图片(.gif) -> 以动态图片为背景的动态二维码图片
上面的3个二维码都可以扫, 掏出手机试一试!
但这个库唯一有两点遗憾的是:
于是我就基于这个库自己做了一个,并部署到了heroku上。 地址: https://awesome-qrcode.herokuapp.com/
页面提供了qrcode支持的3种生成方式, 而且在原有库的基础上做了修改, 现在支持中文了 🎉
生成的二维码图片可以下载到本地。
代码分了两个仓库, 一个是用Flask框架写的后端工程, 另一个是用Vue.js和Element-UI写的前端页面。仓库地址:
开源协议: GNU General Public License v3.0
The text was updated successfully, but these errors were encountered:
由于heroku免费版每个月只有500个小时, 如果issue里提到的heroku的地址无法访问, 也可以访问这里:
https://wenjian.pythonanywhere.com/ (推荐!)
可能需要梯子....
Sorry, something went wrong.
No branches or pull requests
前段时间刷github发现了一个python生成艺术二维码的库: qrcode, 试了一下发现很有意思, 支持生成3种二维码图片:
纯文字 -> 二维码图片
![image](https://user-images.githubusercontent.com/25657798/63522800-983e5c00-c52b-11e9-99a4-e5534f2a47a8.png)
文字 + 一张静态图片(.jpg / .png / .bmp) -> 以静态图片为背景的静态二维码图片
![image](https://user-images.githubusercontent.com/25657798/63522849-aab89580-c52b-11e9-9901-129a1c587745.png)
文字 + 一张动态图片(.gif) -> 以动态图片为背景的动态二维码图片
![download](https://user-images.githubusercontent.com/25657798/63522962-dc316100-c52b-11e9-8605-f346268736b0.gif)
但这个库唯一有两点遗憾的是:
于是我就基于这个库自己做了一个,并部署到了heroku上。
地址: https://awesome-qrcode.herokuapp.com/
页面提供了qrcode支持的3种生成方式, 而且在原有库的基础上做了修改, 现在支持中文了 🎉
生成的二维码图片可以下载到本地。
代码分了两个仓库, 一个是用Flask框架写的后端工程, 另一个是用Vue.js和Element-UI写的前端页面。仓库地址:
开源协议:
GNU General Public License v3.0
The text was updated successfully, but these errors were encountered: