windows环境下,使用python完成的界面化切换本地机器代理Ip地址
TODOs Linux Not Tested 批量写 分模块
https://www.crifan.com/use_pyinstaller_to_package_python_to_single_executable_exe/
安装打包工具: pip install pyinstaller
开始打包: pyinstaller -F -p proxySniffer/pyUI -w proxySniffer/pyUI/Main.py