lincolnloop / python-qrcode

Python QR Code image generator
https://pypi.python.org/pypi/qrcode
Other
4.36k stars 666 forks source link

print_ascii is not working with shell script #171

Open sagarkaurav opened 5 years ago

sagarkaurav commented 5 years ago

print_ascii function is not working when called with shell script for example If i write script to generate QR code and call that python script with another shell script it will not print QR instead it will give Not a tty error.