{"id":15043477,"url":"https://github.com/kaoutherbo/qr_code_decoder","last_synced_at":"2025-04-14T21:13:16.328Z","repository":{"id":255597694,"uuid":"852486880","full_name":"Kaoutherbo/QR_Code_Decoder","owner":"Kaoutherbo","description":"A Python script that extracts Wi-Fi credentials from QR codes. Fun and easy way to get network details from QR code images(just for messing with our neighbors 😁, totally for fun)","archived":false,"fork":false,"pushed_at":"2024-09-05T01:11:19.000Z","size":5,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T21:13:11.389Z","etag":null,"topics":["opencv","python","pyzbar","qrcode-decoder","qrcode-scanner"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kaoutherbo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-04T22:23:34.000Z","updated_at":"2024-11-02T07:25:38.000Z","dependencies_parsed_at":"2024-09-06T08:19:46.764Z","dependency_job_id":null,"html_url":"https://github.com/Kaoutherbo/QR_Code_Decoder","commit_stats":null,"previous_names":["kaoutherbo/qr_code_decoder"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kaoutherbo%2FQR_Code_Decoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kaoutherbo%2FQR_Code_Decoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kaoutherbo%2FQR_Code_Decoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kaoutherbo%2FQR_Code_Decoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kaoutherbo","download_url":"https://codeload.github.com/Kaoutherbo/QR_Code_Decoder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248961237,"owners_count":21189993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["opencv","python","pyzbar","qrcode-decoder","qrcode-scanner"],"created_at":"2024-09-24T20:49:06.893Z","updated_at":"2025-04-14T21:13:16.305Z","avatar_url":"https://github.com/Kaoutherbo.png","language":"Python","readme":"# QR-Code-Decoder\n\nA Python script that decodes QR codes containing Wi-Fi credentials and extracts the SSID, encryption type, and password. I initially built this just for fun to get the Wi-Fi password of my neighbor (don't worry, I didn't use it yet! 😜, but i will 😁💀). It's a handy tool for decoding Wi-Fi QR codes from images and getting the password quickly.\n\n## Features\n- Decode Wi-Fi QR codes (SSID, encryption type, password, hidden status).\n- Extract and print Wi-Fi password directly from the QR code.\n\n## Requirements\n\nMake sure you have Python 3.x installed on your machine. You'll also need the following Python libraries:\n\n- `opencv-python`\n- `pyzbar`\n\nYou can install them using pip:\n\n```bash\npip install opencv-python pyzbar\n```\n## Usage\n- Clone the repository:\n```bash\ngit clone https://github.com/Kaoutherbo/QR_Code_Decoder.git\ncd QR_Code_Decoder\n```\nPlace the QR code image file in the same directory, or specify its path in the script.\n\n- Run the Python script:\n\n```bash\npython main.py\n```\n- Example output:\n```bash\nDecoded QR Data: WIFI:S:MyNetwork;T:WPA;P:password123;H:false;;\nWi-Fi Password: password123\n```\n## Code Explanation\n- The script reads the QR code image using OpenCV and decodes it using the pyzbar library.\n- It extracts the Wi-Fi SSID, encryption type, and password from the QR code data and prints the password.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaoutherbo%2Fqr_code_decoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaoutherbo%2Fqr_code_decoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaoutherbo%2Fqr_code_decoder/lists"}