PingIt! is a cross-platform ping and port testing tool that emulates ping-like functionality to verify port accessibility. It supports various protocols such as TCP, UDP, ICMP, and HTTP, allowing you to test connectivity to a target IP address or website.
- TCP Ping: Test TCP port accessibility.
- UDP Ping: Test UDP port accessibility.
- ICMP Ping: Test ICMP connectivity.
- HTTP Ping: Test HTTP connectivity.
- View History: Display the history of ping results.
- View Statistics: Show statistics of the ping results.
- Python 3.x
- Required libraries:
colorama
,simple_term_menu
- Clone this repository or download the code files.
- Install the required libraries using the following command: (pip install colorama simple-term-menu)
- Follow the on-screen instructions to select the desired ping method and provide the necessary inputs.
- View the ping results, history, and statistics.