lincolnloop / python-qrcode

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

Add option to console_scripts.py and main.py to force ASCII output #85

Closed CarpeNoctem closed 8 years ago

CarpeNoctem commented 9 years ago

istty() returns false when called from things such as irssi. Added option to force ASCII output.

welshjf commented 9 years ago

I'm struggling to see how irssi would benefit from QR codes, but I agree it's a problem. I still think the proper solution is to make "ascii" be just another image factory.

SmileyChris commented 8 years ago

Closing in favour of making the ascii output factories (issue #60).