{"id":28124,"library":"qrcode-terminal","title":"QRCode Terminal","description":"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.","status":"active","version":"0.8","language":"python","source_language":"en","source_url":"https://github.com/alishtory/qrcode-terminal","tags":["qrcode","terminal","cli","qr"],"install":[{"cmd":"pip install qrcode-terminal","lang":"bash","label":"Install from PyPI"}],"dependencies":[],"imports":[{"note":"","wrong":"","symbol":"qr_terminal_str","correct":"from qrcode_terminal import qr_terminal_str"},{"note":"","wrong":"","symbol":"draw_qrcode","correct":"from qrcode_terminal import draw_qrcode"}],"quickstart":{"code":"from qrcode_terminal import qr_terminal_str\nprint(qr_terminal_str('https://example.com'))","lang":"python","description":"Generate a QR code string and print it to the terminal."},"warnings":[{"fix":"Upgrade to 0.8 and use `qr_terminal_str`.","message":"The method name `qr_terminal_str` was misspelled as `qr_terminal_str` in earlier versions (0.5). If you're using version 0.8, the correct name is `qr_terminal_str`.","severity":"gotcha","affected_versions":"<0.7"}],"env_vars":null,"last_verified":"2026-05-09T00:00:00.000Z","next_check":"2026-08-07T00:00:00.000Z","problems":[{"fix":"Use: from qrcode_terminal import qr_terminal_str","cause":"Common misspelling of the import name; the correct module name is 'qrcode_terminal' (with underscore).","error":"ModuleNotFoundError: No module named 'qrcode_terminal'"},{"fix":"Upgrade to 0.8 and use `qr_terminal_str`.","cause":"The method was renamed in version 0.7. Older versions used a misspelled name.","error":"AttributeError: module 'qrcode_terminal' has no attribute 'qr_terminal_str'"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}