Skip to content

This python code turns off the wifi in a computer in the same network via sockets. It needs to be executed in the your computer and the one that you want to diconnect.

Notifications You must be signed in to change notification settings

pablosolanoc/Turn-Off-WIFI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Turn-Off-WIFI

This python code turns off the Wi-Fi in a computer in the same network via sockets. It needs to be executed in the your computer and the one that you want to disconnect.

"server.py" needs to be executed in your computer (A). "client.pyw" has to go in the computer you want to disconnect (B) from a local Wi-FI network.

Both have to run at the same time. It will keep on diconnecting until you stop "server.py" or "client.pyw" is terminated from task manager.

"client.pyw" has extension .pyw so it doesn't show up in python IDLE or your prefered python executable application.

Use it well :)

About

This python code turns off the wifi in a computer in the same network via sockets. It needs to be executed in the your computer and the one that you want to diconnect.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages