qr2unicode icon indicating copy to clipboard operation
qr2unicode copied to clipboard

Crappy Python code to render a QR code as "plaintext" with Unicode

Results 2 qr2unicode issues
Sort by recently updated
recently updated
newest added

## Overview ### General - Converted the main logic to a python3 class that can be imported by other programs. - Added `if __name__ == "__main__"` statement. - Moved argument...

- Put most of the code in a main function (good practice) - Added line breaks to conform to PEP8 formatting - Added error handling on file checks, to be...