-
-
Notifications
You must be signed in to change notification settings - Fork 357
Add WiFi Password Extractor and QR code generator script #472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add WiFi Password Extractor and QR code generator script #472
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new Python utility script that extracts saved Wi-Fi profiles and passwords from Windows systems and generates scannable QR codes for each network. The tool automates the process of retrieving Wi-Fi credentials and converting them into a format that can be easily shared and used on mobile devices.
Key changes:
- Added a new Wi-Fi password extraction and QR code generation utility for Windows
- Comprehensive README documentation with installation, usage instructions, and feature descriptions
- Integration into the project's script collection
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
1. Clone the repository: | ||
|
||
```bash | ||
git clone https://github.com/yourusername/.git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The git clone URL is incomplete and contains a placeholder. It should include the actual repository name after 'yourusername/'.
git clone https://github.com/yourusername/.git | |
git clone https://github.com/your-github-username/WiFi_QR_Generator.git |
Copilot uses AI. Check for mistakes.
Run the script using Python: | ||
|
||
```bash | ||
python WiFi_QR_Generator.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The filename 'WiFi_QR_Generator.py' is inconsistent with the folder structure. Based on the PR description, the actual script name should be 'wifi_qr.py'.
python WiFi_QR_Generator.py | |
python wifi_qr.py |
Copilot uses AI. Check for mistakes.
PR Title
Add Wi-Fi Password Extractor and QR Code Generator Script
Summary
This PR adds a new Python script that extracts saved Wi-Fi profiles and passwords from a Windows system and generates QR codes for each network.
✅ This PR fixes: Add Wi-Fi Password Extractor with QR Code Generator Python Script #471
Description
This script automates the retrieval of saved Wi-Fi credentials and converts them into scannable QR codes using the standard format. It helps users share Wi-Fi passwords easily without needing to type them manually.
Changes Included:
wifi_qr_generator/wifi_qr.py
main Python scriptREADME.md
inside the script folder with usage instructions and featuresREADME.md
under “List of Scripts” to include this toolChecks
In the repository
In the Pull Request
Thanks for the opportunity!
– Sudharsan T