A Python GUI tool for managing network routes on Windows systems. Supports both IPv4 and IPv6 routes with an intuitive interface.
- Intuitive GUI interface for managing network routes
- Full support for both IPv4 and (IPv6 routes, not yet)
- View, add, modify, and delete routes
- Display interface metrics and network details
- Real-time route table updates
- Windows OS support
- Lightweight and efficient
pip install pyaddrouteOr using UV (recommended):
uv pip install pyaddrouteSimply run the command:
pyaddrouteOr run as a module:
python -m pyaddroute- Python 3.8 or later
- Windows operating system
- Administrator privileges (for route management)
Dependencies are managed through pyproject.toml:
- FreeSimpleGUI >= 4.60.0
- loguru >= 0.7.0
Administrator privileges are required to modify network routes on Windows systems.
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions or suggestions, please open an issue in the repository.
