- Accepts any text or URL input
- Saves the QR code as a PNG image
- Uses the
qrcodePython library - Customizable filename
- Make sure you have Python installed.
- Install the required library:
- Run the script:
- Enter the text or URL when prompted, then choose a filename. The QR code will be saved in the same folder.
qr_code_generator.py: Main script.gitignore: Ignores thevenv/folderREADME.md: You're reading it right now :D
I wanted to create a simple, useful tool that shows Python can interact with external libraries and generate something visual. It's a great project for working with image generation and user input.
Feel free to fork, modify, or use this as a base for more advanced QR code tools!