# Python-Shell **Repository Path**: vantler/Python-Shell ## Basic Information - **Project Name**: Python-Shell - **Description**: a UNAVAILABLE python remote shell, I will develop it and make it more powerful later. - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-26 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python-Shell a python remote shell, I will develop it and make it more powerful later. it doesn't depend on any modules, so you can run it just with python3. support: Windows, Linux DONT Support MacOS 一个Python3写成的小远程控制,使用TCP连接,目前使用异或加密加密通信,支持文件管理,进程管理,查看简单的系统信息,shell。 客户端,服务端均无任何第三方模块依赖,安装Python3环境即可运行。 Todo:优化信息查看功能,支持查看更多信息;重写网络通信部分,增强容错;增加文件传输功能;增加持久性模块;增加下载运行功能(得想想办法搞掉权限限制);其他。。。