wifi-password icon indicating copy to clipboard operation
wifi-password copied to clipboard

Quickly fetch your WiFi password and if needed, generate a QR code of your WiFi to allow phones to easily connect

Results 32 wifi-password issues
Sort by recently updated
recently updated
newest added

I noticed the markdown file isn't rendering on Github because it has no file extension :) __Originally posted by @davelab6 in https://github.com/MicrosoftDocs/typography-issues/pull/685__ __Originally posted by @B-starboy in https://github.com/MicrosoftDocs/typography-issues/issues/719__

This might be a stupid question but do I have to enter my wifi password I'm scanning the qr code given but it my phone doesn't log in. If I...

This PR includes a set of changes to list saved networks (see item #28 ) on Windows, it also moves most functions into a utils.py file so they can be...

Windows 10 ``` Traceback (most recent call last): File "C:\Users\username\AppData\Local\Programs\Python\Python39\Scripts\wifi-password-script.py", line 33, in sys.exit(load_entry_point('wifi-password==1.1.1', 'console_scripts', 'wifi-password')()) File "C:\Users\username\AppData\Local\Programs\Python\Python39\lib\site-packages\wifi_password-1.1.1-py3.9.egg\wifi_password\wifi_password.py", line 165, in main File "C:\Users\username\AppData\Local\Programs\Python\Python39\lib\site-packages\wifi_password-1.1.1-py3.9.egg\wifi_password\wifi_password.py", line 126, in generate_qr_code File "C:\Users\username\AppData\Roaming\Python\Python39\site-packages\qrcode\image\pil.py",...

Hi! Added handling of the UnicodeDecodeError error that occurs when the program is running on Windows 7. And some other minor fixes.

Hi! I recently started making pull requests. I made some minor edits. I'm glad if I could help.

Found some details here: https://docs.brew.sh/Homebrew-and-Python Let me know if you like the idea! I can have a look to see what it takes and raise a PR.

enhancement

Mac OS Sonoma 14.2.1 Python3 3.11.5 Get the following error when trying to use.. wifi-password Traceback (most recent call last): File "/Users/racerx/anaconda3/bin/wifi-password", line 33, in sys.exit(load_entry_point('wifi-password==1.1.1', 'console_scripts', 'wifi-password')()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File...