# ipScanner **Repository Path**: yshbcom/ipScanner ## Basic Information - **Project Name**: ipScanner - **Description**: 测试目标ip连通性,支持多线程 - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-23 - **Last Updated**: 2024-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ipScanner #### 介绍 测试目标ip连通性,支持多线程 #### 软件架构 Python 3.9.13 #### 安装教程 1. pip install pandas 用于处理和写入Excel文件 2. pip install openpyxl 用于支持 pandas 写入 Excel 文件的格式。 3. pip install tqdm 用于显示进度条。 4. pip install pyinstaller 用于打包exe程序 #### 使用说明 第一种方法: 可以直接在cmd运行 python ipScanner.py 第二种方法: pyinstaller --onefile ipScanner.py 会生成一个exe程序,推荐用管理员打开