# easyPing--python3.6 **Repository Path**: luckyDL/easyPing--python3.6 ## Basic Information - **Project Name**: easyPing--python3.6 - **Description**: 网络运维工具,用来检测局域网内某网段的IP地址占用情况 - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 16 - **Forks**: 3 - **Created**: 2019-06-18 - **Last Updated**: 2023-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # easyPing--python3.6 [![star](https://gitee.com/luckyDL/easyPing--python3.6/badge/star.svg?theme=gray)](https://gitee.com/luckyDL/easyPing--python3.6/stargazers) [![fork](https://gitee.com/luckyDL/easyPing--python3.6/badge/fork.svg?theme=gray)](https://gitee.com/luckyDL/easyPing--python3.6/members) easyPing is a widget to check which IP is in use in your LAN 用于检测局域网内哪些IP地址可用 ## development environment: python3.6 + PyQt5 ## 运行 ### 方式一 1. 安装python3.6 2. 安装PyQt5的python库 3. 运行程序: python easyPing.py ### 方式二 运行exe:去Release V1.0中下载easyPing.exe,运行即可。 ## 使用示例 输入IP地址范围,点击Ping即可。绿色表示当前IP地址已经在用,红色表示IP地址未被使用 ![示例](https://images.gitee.com/uploads/images/2019/1126/085626_a3f5c934_1686737.png "example.png") ## 注意 * 仅用于windows平台,不支持Linux平台,如果需要在Linux平台使用,请自行修改easyPing.py中get_ping_result函数的相关代码