Skip to content

Conversation

Sudharsan-T
Copy link

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

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

@DhanushNehru DhanushNehru requested a review from Copilot August 16, 2025 06:15
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants