wechaty / python-wechaty

Python Wechaty is a Conversational RPA SDK for Chatbot Makers written in Python
https://wechaty.readthedocs.io/zh_CN/latest/
Apache License 2.0
1.62k stars 234 forks source link

invert the ASCII characters of terminal QR code #341

Closed doublewinter0 closed 2 years ago

doublewinter0 commented 2 years ago

Signed-off-by: doublewinter0 erdong.me@gmail.com

use qr.print_ascii(), QR code like this: image

use qr.print_ascii(invert=True), QR code like this: image

WeChat official QR code like this: image

So I think the QR code experience with character inversion is a little better

wj-Mcat commented 2 years ago

Yes, it will be more similar as arcade in wechat client.