Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Open
Sudharsan-T wants to merge 1 commit into DhanushNehru:main
base: main
Choose a base branch
Loading
from Sudharsan-T:feat/wifi-password-extractor-qr

Conversation

Copy link

@Sudharsan-T Sudharsan-T commented Jul 27, 2025
edited
Loading

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:

  • Added wifi_qr_generator/wifi_qr.py main Python script
  • Added README.md inside the script folder with usage instructions and features
  • Updated root README.md under "List of Scripts" to include this tool

Checks

In the repository

  • No functionality was broken
  • All changes are isolated and well-organized
  • Commit messages are meaningful

In the Pull Request

  • Followed contribution and PR format
  • Made the PR simple and focused on one feature
  • Manually tested the script to ensure it works as expected

Thanks for the opportunity!
– Sudharsan T

Copy link

@Copilot Copilot AI left a 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
Copy link
Preview

Copilot AI Aug 16, 2025

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/'.

Suggested change
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
Copy link
Preview

Copilot AI Aug 16, 2025

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'.

Suggested change
python WiFi_QR_Generator.py
python wifi_qr.py

Copilot uses AI. Check for mistakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers

Copilot code review Copilot Copilot left review comments

+1 more reviewer

@Rob801130 Rob801130 Rob801130 approved these changes

Reviewers whose approvals may not affect merge requirements
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /