All Projects → sdushantha → Wifi Password

sdushantha / Wifi Password

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Wifi Password

wifisdk
Free WiFi Connect SDK
Stars: ✭ 28 (-98.8%)
Mutual labels:  wifi, wifi-network
WiFiQRCodeKit
Library helping Wi-Fi configurations over QR codes
Stars: ✭ 35 (-98.49%)
Mutual labels:  qrcode, wifi
wifi-pentesting-guide
WiFi Penetration Testing Guide
Stars: ✭ 105 (-95.48%)
Mutual labels:  wifi, wifi-network
Joincap
Merge multiple pcap files together, gracefully.
Stars: ✭ 159 (-93.16%)
Mutual labels:  commandline, network
Kawaiideauther
Jam all wifi clients/routers.
Stars: ✭ 284 (-87.78%)
Mutual labels:  network, wifi
makeqr
WiFi QR Code Generator
Stars: ✭ 21 (-99.1%)
Mutual labels:  qrcode, wifi
wifiqr
Create a QR code with your Wi-Fi login details
Stars: ✭ 207 (-91.1%)
Mutual labels:  qrcode, wifi
network-interface
Operating system network-related library for Node.js is used to obtain hardware status and network environment changes, etc.
Stars: ✭ 24 (-98.97%)
Mutual labels:  wifi, wifi-network
scale-network
SCaLE's on-site expo network configurations, wifi, tooling, and scripts
Stars: ✭ 13 (-99.44%)
Mutual labels:  wifi, wifi-network
Wi-Fi Study Public
The study resources of Wi-Fi protocols and resources.
Stars: ✭ 357 (-84.65%)
Mutual labels:  wifi, wifi-network
Reactivenetwork
Android library listening network connection state and Internet connectivity with RxJava Observables
Stars: ✭ 2,484 (+6.84%)
Mutual labels:  network, wifi
Qr Filetransfer
Transfer files over WiFi between your computer and your smartphone from the terminal
Stars: ✭ 738 (-68.26%)
Mutual labels:  qrcode, wifi
Pi.alert
WIFI / LAN intruder detector. Check the devices connected and alert you with unknown devices. It also warns of the disconnection of "always connected" devices
Stars: ✭ 209 (-91.01%)
Mutual labels:  network, wifi
Easy-HotSpot
Easy HotSpot is a super easy WiFi hotspot user management utility for Mikrotik RouterOS based Router devices. Voucher printing in 6 ready made templates are available. Can be installed in any PHP/MySql enabled servers locally or in Internet web servers. Uses the PHP PEAR2 API Client by boenrobot.
Stars: ✭ 45 (-98.06%)
Mutual labels:  wifi, wifi-network
WifiManager
简化Android Wifi开发,已实现常用的功能,比如获取WiFi管理,WiFi列表,断开、清除或者连接WiFi。
Stars: ✭ 133 (-94.28%)
Mutual labels:  wifi, wifi-network
Linux Wifi Hotspot
Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10).
Stars: ✭ 434 (-81.33%)
Mutual labels:  network, wifi
Connectivity
🌐 Makes Internet connectivity detection more robust by detecting Wi-Fi networks without Internet access.
Stars: ✭ 1,476 (-36.52%)
Mutual labels:  wifi, wifi-network
Raw Packet
Raw-packet Project
Stars: ✭ 144 (-93.81%)
Mutual labels:  wifi
Ctop
Top-like interface for container metrics
Stars: ✭ 12,188 (+424.22%)
Mutual labels:  commandline
Wififlutter
Plugin Flutter which can handle WiFi connections (AP, STA)
Stars: ✭ 142 (-93.89%)
Mutual labels:  wifi

wifi-password

Quickly fetch your WiFi password and if needed, generate a QR code of your WiFi to allow phones to easily connect.
Works on macOS and Linux, Windows

Installation

Install using pip

$ python3 -m pip install --user wifi-password

Install using git

$ git clone https://github.com/sdushantha/wifi-password
$ cd wifi-password
$ python3 setup.py install

Install using the AUR

$ sudo pamac build wifi-password

Usage

$ wifi-password --help
usage: wifi_password [options]

optional arguments:
  -h, --help            show this help message and exit
  --show-qr, -show      Show a ASCII QR code onto the terminal/console
  --save-qr [PATH], -save [PATH]
                        Create the QR code and save it as an image
  --ssid SSID, -s SSID  Specify a SSID that you have previously connected to
  --version             Show version number

Reference

  • This project is an improvement of wifi-password created by @rauchg, where I have added support for multiple platforms and have added the feature for generating QR codes.
  • wifiPassword created by @ankitjain28may was frequently used as reference throughout the development of this project.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].