QRCodeGenerator edpaz
Use this command to install QRCodeGenerator:
winget install --id=edpaz.QRCodeGenerator -e A simple command-line QR code generator.
winget install --id=edpaz.QRCodeGenerator -e A simple command-line QR code generator.
A versatile command-line tool for generating various types of QR codes, available as a standalone Windows executable and Python script.
Once approved, simply run:
winget install qrcode-gen
Download the latest qr-code-generator.exe from the Releases page. No Python installation required.
Clone the repository:
git clone https://github.com/edjepaz/qr-code-generator.git
cd qr-code-generator
Install dependencies:
pip install qrcode[pil]
Simply launch the application to see the interactive menu:
# If using Python script
python qr-code-generator.py
# If using executable
./qr-code-generator.exe
Select QR Code Type:
1. Text / URL
2. Wi-Fi Network
3. Contact (vCard)
4. Email
5. SMS
6. Geo Location
Enter choice (1-6): 2
Enter SSID (Network Name): MyHomeWiFi
Enter Password: **********
Enter Encryption Type (WPA/WEP/nopass) [Default: WPA]: WPA
Is the network hidden? (true/false) [Default: false]: false
Displaying QR code in terminal:
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
āā āāāāā ā ... (QR code appears here)
...
Save to file? (y/n): y
qrcode library with pillow supportMIT License - See LICENSE for details.