Please add function to get qr code in ascii format. It should work like print_ascii, but instead of printing just return the data. This will be very useful for terminal UIs. Currently, to add QR to my app, I need to run qr CLI via subproccess, capture its output and then add it as static widget
Please add function to get qr code in ascii format. It should work like print_ascii, but instead of printing just return the data. This will be very useful for terminal UIs. Currently, to add QR to my app, I need to run
qrCLI via subproccess, capture its output and then add it as static widget