Pierre-Cng / Hotspot_Configurator

Little code to create a Mobile hotspot from Windows using pyautogui.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hotspot_Configurator

Description:

Little code to create a Mobile hotspot from Windows using pyautogui. To realize this, the script is opening Microsoft Windows settings page and goes to Network & Internet page, to Mobile Hotspot section and Edit. It fills up the labels with the SSID and PASSWORD stored in the .env file, then activate the network and closes the window.

illustration of Mobile Hotspot edit settings page

In this example the .env file would contains the following lines:
SSID = 'ssid'
PASSWORD = 'password'

The .env file can be stored at the root of the repository.

About

Little code to create a Mobile hotspot from Windows using pyautogui.


Languages

Language:Python 100.0%