Skip to content

Python code to generate a qr code image using your ID Wi-Fi and password of your own network. Some parameters can be changed to can apply it in an other system lenguages, that woul not be spanish

License

Notifications You must be signed in to change notification settings

CodexSavage/Python.qr_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python.qr_code

Python code to generate a qr code image using your ID Wi-Fi and password of your own network in Windows systems.

Required libraries to uset it :

  • Subprocess
  • Wifi_qrcode_generator
  • Open-cv
  • Numpy

Installation scripts to every libraries respectively:

  • pip install subprocess
  • pip install wifi-qrcode-generator
  • pip install pip install opencv-python
  • pip install numpy

Some parameters can be changed to can apply it in an other system lenguages to works successfully. Changing the next expressions could executed it perfectly:

  1. line 17: "Perfil" to "profile"
    Capture profile

  2. Line 24: "clave" to "content"
    Capture key

About

Python code to generate a qr code image using your ID Wi-Fi and password of your own network. Some parameters can be changed to can apply it in an other system lenguages, that woul not be spanish

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages