Download the latest version from GitHub or Clone the repository.
git clone https://github.com/pepsizerosugar/python-ping-tester.git
Build Main.py using build.bat or just run.
Or downaload the latest binary file what name "PingPong.zip" from GitHub and unzip it.
Edit server list
Server list json format
{
"server_list": {
"ServerName01": {
"region": "USA",
"ip_addresses": [
"111.222.333.444",
"111.222.333.444"
]
},
"ServerName02": {
"region": "OCE",
"ip_addresses": [
"111.222.333.444",
"111.222.333.444"
]
}
}
}
Interactions
All
is default.Server
, you can select the server name from the list at Select combo box.Region
, you can select the region name from the list at Select combo box.Server
at type combo box, you can select the server from the list.Region
at type combo box, you can select the region from the list.When you click the Ping button, the ping result will be shown in the list.
The ping result will automatically sort by avg ping time.
And the best ping time result will be shown in the messagebox when all ping finished.