assert root.child(0).data(0, ROLE_KIND) == "part" assert root.child(0).data(0, ROLE_KEY) == "P1" ...
A simple desktop application built with Python that generates an qr code from text, displays it in a graphical interface, and saves it locally. This project was created during my last year of high ...