Skip to content
New issue

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

[第 75 期] [开源项目自荐]: awesome-qrcode, 在线生成不一样的艺术二维码 #795

Open
jwenjian opened this issue Aug 22, 2019 · 1 comment

Comments

@jwenjian
Copy link

前段时间刷github发现了一个python生成艺术二维码的库: qrcode, 试了一下发现很有意思, 支持生成3种二维码图片:

  1. 纯文字 -> 二维码图片
    image

  2. 文字 + 一张静态图片(.jpg / .png / .bmp) -> 以静态图片为背景的静态二维码图片
    image

  3. 文字 + 一张动态图片(.gif) -> 以动态图片为背景的动态二维码图片
    download

上面的3个二维码都可以扫, 掏出手机试一试!

但这个库唯一有两点遗憾的是:

  1. 文字不支持中文
  2. 仓库的README中提到的在线生成的网页我一直打不开

于是我就基于这个库自己做了一个,并部署到了heroku上。
地址: https://awesome-qrcode.herokuapp.com/

页面提供了qrcode支持的3种生成方式, 而且在原有库的基础上做了修改, 现在支持中文了 🎉

生成的二维码图片可以下载到本地。

代码分了两个仓库, 一个是用Flask框架写的后端工程, 另一个是用Vue.js和Element-UI写的前端页面。仓库地址:

开源协议:
GNU General Public License v3.0

@ruanyf ruanyf changed the title [开源项目自荐]: awesome-qrcode, 在线生成不一样的艺术二维码 [第 75 期] [开源项目自荐]: awesome-qrcode, 在线生成不一样的艺术二维码 Aug 23, 2019
@jwenjian
Copy link
Author

jwenjian commented Aug 30, 2019

由于heroku免费版每个月只有500个小时, 如果issue里提到的heroku的地址无法访问, 也可以访问这里:

https://wenjian.pythonanywhere.com/ (推荐!)

可能需要梯子....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant