# port_proxy_app **Repository Path**: huxiaopeng666/port_proxy_app ## Basic Information - **Project Name**: port_proxy_app - **Description**: 它可以将子系统的端口映射到本机的端口,从而实现通过本机IP+端口访问到子系统端口。 并且提供了可视化的程序。 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-16 - **Last Updated**: 2025-01-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 子系统端口代理程序 它可以将子系统的端口映射到本机的端口,从而实现通过本机IP+端口访问到子系统端口。 ## 项目依赖 ### 下载安装依赖 > pip install -r requirements.txt ### 更新依赖 > pip freeze > requirements.txt ## 打包命令 > pyinstaller --onefile --windowed port_proxy_app.py ## 启动 **注意:必须使用管理员权限打开!!!!** > ./dist/Main.exe ![输入图片说明](imgs%E5%BE%AE%E4%BF%A1%E6%88%AA%E5%9B%BE_20250116145448.png)