/QR_Code-Maker

This code appears to be a simple GUI (Graphical User Interface) application where the user provides a URL input, based on which a QR code is generated. The functionality of the code is clearly defined: the user is prompted to provide a URL input, then a QR code is generated using this URL, and finally saved as an SVG file.

Primary LanguagePython

Stargazers