{"id":24640039,"url":"https://github.com/mrjohannchang/winwifi","last_synced_at":"2025-05-12T09:59:33.353Z","repository":{"id":49356939,"uuid":"97420899","full_name":"mrjohannchang/winwifi","owner":"mrjohannchang","description":"Windows Wi-Fi CLI utility written in Python","archived":false,"fork":false,"pushed_at":"2024-02-25T23:40:18.000Z","size":38,"stargazers_count":37,"open_issues_count":12,"forks_count":19,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-31T22:04:37.452Z","etag":null,"topics":["executable","python","tool","utility","wi-fi","windows"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/winwifi/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrjohannchang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2017-07-17T00:51:59.000Z","updated_at":"2025-02-27T12:50:28.000Z","dependencies_parsed_at":"2022-09-16T04:11:44.846Z","dependency_job_id":"7c665c5e-a14c-4e40-a58a-0297d521c6a5","html_url":"https://github.com/mrjohannchang/winwifi","commit_stats":null,"previous_names":["changyuheng/winwifi","mrjohannchang/winwifi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrjohannchang%2Fwinwifi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrjohannchang%2Fwinwifi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrjohannchang%2Fwinwifi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrjohannchang%2Fwinwifi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrjohannchang","download_url":"https://codeload.github.com/mrjohannchang/winwifi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253714208,"owners_count":21952124,"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":["executable","python","tool","utility","wi-fi","windows"],"created_at":"2025-01-25T11:30:20.721Z","updated_at":"2025-05-12T09:59:33.316Z","avatar_url":"https://github.com/mrjohannchang.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# winwifi\n\nA Wi-Fi CLI tool for Windows.\nIt allows you to scan Wi-Fi Access Points without being an admin to disable and enable the Wi-Fi interface.\n\nCheck [pipx](https://github.com/pypa/pipx) for installing as a standalone executable utility.\n\n## Installation\n\n```\npip install winwifi\n```\n\n## Usage\n\n```\nwifi 0.0.5\n\nA Windows Wi-Fi CLI\n\nUsage:\n    wifi [SWITCHES] [SUBCOMMAND [SWITCHES]] args...\n\nMeta-switches\n    -h, --help         Prints this help message and quits\n    --help-all         Print help messages of all subcommands and quit\n    -v, --version      Prints the program's version and quits\n\nSubcommands:\n    connect            Connect to a specific access point; see 'wifi connect --help' for more info\n    connected          Show the current connected Wi-Fi SSID; see 'wifi connected --help' for more info\n    disconnect         Disconnect from a Wi-Fi access point; see 'wifi disconnect --help' for more info\n    forget             Remove speicifc access points from the historical list; see 'wifi forget --help' for more info\n    history            List the historical Wi-Fi access points; see 'wifi history --help' for more info\n    scan               Scan and list nearby Wi-Fi access points; see 'wifi scan --help' for more info\n\nwifi connect 0.0.5\n\nConnect to a specific access point\n\nUsage:\n    wifi connect [SWITCHES] ssid [passwd='']\n\nHidden-switches\n    -h, --help         Prints this help message and quits\n    --help-all         Print help messages of all subcommands and quit\n    -v, --version      Prints the program's version and quits\n\nSwitches\n    --oneshot          Do not remember the connection\n\n\nwifi connected 0.0.5\n\nShow the current connected Wi-Fi SSID\n\nUsage:\n    wifi connected [SWITCHES]\n\nHidden-switches\n    -h, --help         Prints this help message and quits\n    --help-all         Print help messages of all subcommands and quit\n    -v, --version      Prints the program's version and quits\n\n\nwifi disconnect 0.0.5\n\nDisconnect from a Wi-Fi access point\n\nUsage:\n    wifi disconnect [SWITCHES]\n\nHidden-switches\n    -h, --help         Prints this help message and quits\n    --help-all         Print help messages of all subcommands and quit\n    -v, --version      Prints the program's version and quits\n\n\nwifi forget 0.0.5\n\nRemove speicifc access points from the historical list\n\nUsage:\n    wifi forget [SWITCHES] ssids...\n\nHidden-switches\n    -h, --help         Prints this help message and quits\n    --help-all         Print help messages of all subcommands and quit\n    -v, --version      Prints the program's version and quits\n\n\nwifi history 0.0.5\n\nList the historical Wi-Fi access points\n\nUsage:\n    wifi history [SWITCHES]\n\nHidden-switches\n    -h, --help         Prints this help message and quits\n    --help-all         Print help messages of all subcommands and quit\n    -v, --version      Prints the program's version and quits\n\n\nwifi scan 0.0.5\n\nScan and list nearby Wi-Fi access points\n\nUsage:\n    wifi scan [SWITCHES]\n\nHidden-switches\n    -h, --help         Prints this help message and quits\n    --help-all         Print help messages of all subcommands and quit\n    -v, --version      Prints the program's version and quits\n\nSwitches\n    --refresh          Force to refresh the Wi-Fi AP list\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrjohannchang%2Fwinwifi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrjohannchang%2Fwinwifi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrjohannchang%2Fwinwifi/lists"}