A simple PyQt5 application to generate QR codes for various categories like personal information, contact details, and more.
- Generate QR codes for different data types
- Save QR codes as PNG or PDF
- User-friendly GUI
Download the executable from the releases page.
- Select a category.
- Fill in the required information.
- Generate the QR code and save it as needed.
For issues or suggestions, please contact [email protected].
To create a standalone executable:
- Install PyInstaller:
pip install pyinstaller
- Create a spec file:
pyi-makespec --onefile --windowed main.py
- Edit the spec file to include additional data files if needed
- Build the executable:
pyinstaller main.spec
- The executable will be generated in the
dist
folder - (Optional) Use a tool like Inno Setup to create an installer for the generated executable