Metadata-Version: 2.1
Name: netissuestools
Version: 0.0.2
Summary: To solve some network issues
Home-page: https://github.com/Wing9897/Network_issues_solution.git
Author: wing
Author-email: tomt99688@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# netissuestools

netissuestools 是一個網路工具,用於進行一些網路上的檢查。

## 功能

- import library --> import netissuestools
- 函式庫例子 --> netissuestools.Superfast_multithread_ping.main()
- 直接使用cmd指令 --> sfastping
- 原理是進行多線程的ping功能,65535個ip可以在約1分鐘內完成ping

## 安裝

可以使用 pip 安裝: pip install netissuestools

##例子

from netissuestools import Superfast_multithread_ping
Superfast_multithread_ping.main()
