A lightweight Python library for generating QR codes and displaying them in the terminal. Written as a pure Python terminal QR code library, it includes no external dependencies. Current version is 0.8, with no recent releases or active development.
pip install qrcode-terminalNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Generate a QR code string and print it to the terminal.
Upgrade to 0.8 and use `qr_terminal_str`.
Use: from qrcode_terminal import qr_terminal_str
Upgrade to 0.8 and use `qr_terminal_str`.
No dependency data recorded yet.