# switch-windows-gateway **Repository Path**: yushulx/switch-windows-gateway ## Basic Information - **Project Name**: switch-windows-gateway - **Description**: No description available - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Switching Windows Gateway in Python The sample demonstrates how to change Windows gateways based on Internet connection speed. Installation ------------ * speedtest-cli: ```pip install speedtest-cli``` * [WMI][1] * [Python for Windows Extensions][2] * [Py2exe][3] How to Run ----- 1. Specify URLs for testing. 2. Run **cmd.exe** as administrator. 3. ``python network.py`` Blog ---- Coming soon... [1]:https://pypi.python.org/pypi/WMI/#downloads [2]:http://sourceforge.net/projects/pywin32/ [3]:http://sourceforge.net/projects/py2exe/files/py2exe/0.6.9/