mnooner256 / pyqrcode

Python 3 module to generate QR Codes
BSD 3-Clause "New" or "Revised" License
408 stars 74 forks source link

terminal not work on windows terminal with WSL #80

Open eduardomazolini opened 3 years ago

eduardomazolini commented 3 years ago

Hi,

image

I create a solution with Unicode.

Code in: https://gist.github.com/eduardomazolini/2466eda91ff8cff379ad83031c334e58

heuer commented 3 years ago

Thanks for sharing your solution. Maybe you want Segno give a try: https://segno.readthedocs.io/en/latest/command-line.html It uses Windows' native API if it detects that is is used under Windows.

https://pypi.org/project/segno/

eduardomazolini commented 3 years ago

Thank you very much for the indication. A noble attitude of indicating another product. I got to know this project because of another project that uses it, in this project the use by terminal will not be necessary. I would like to know - Does anyone have a reason for the error in my terminal? Would my code be useful to expand this library? If Yes, they can give you a hint as to where it would be best to insert the code, then I create a pull-rquest. If someone liked my code and wanted to create the pull-request on their own, that's fine.

heuer commented 3 years ago

I am afraid that this project is pretty dead, see #52, #55, #65, #72 and others…