Desktop application for QR code scanning and automatic Windows WLAN profile provisioning.
- OS: Windows 10 / 11 (x64)
- Python: 3.10+
- Hardware: Integrated or USB webcam, 802.11 WLAN adapter
pip install -r requirements.txt
python main.pypython build_exe.pyOutput artifact: dist/WinQRReader/WinQRReader.exe
For architecture specifications, component breakdowns, and threading models, refer to AGENTS.md.
Run unit and integration test suite:
python -m unittest discover -s tests -v