Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 712 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 712 Bytes

router-restart

A simple GUI python application to restart wifi-routers without leaving your couch.

It connects to the router via wifi, using Selenium and Chrome/Firefox WebDrivers with headless options enabled. The application logs in and issues the reboot command.

It's quite specific and works only if you have Thomson and DIR wifi-routers. Most likely it's not gonna work for you unless you modify the code.

You can use "RouterRestart.spec" to create .exe using PyInstaller:

pyinstaller RouterRestart.spec -F -y --name RouterRestart

To install dependencies use:

pip install -r requirements.txt

screenshot