filmov
tv
Part 14. Creating a complete QR code generator with a GUI - Mr. Rodgers Intro to Python programming

Показать описание
This is an example of creating a simple backend for a program, then creating a GUI for it, then merging the two into a single .py program. For this example I'm making a QR code generator. In the next step I'll be converting this program into an executable to be run on windows instead of a .py script.