Skip to content

Website or network connectivity test coded in Python for Linux, Windows and Mac.

Notifications You must be signed in to change notification settings

r0paire/ConnecTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ConnecTest

A website connectivity testing application coded in Python.


Screenshot 2023-12-17 135849



# Features:
✅ Cross-compatibility between Linux, Windows and Mac.
✅ Ping test for a user-specified website/address.
✅ HTTP test for a user-specified website to test HTTP and HTTPS compatability.
✅ TCP test for a user-specified website/address on a user-specfied port.
✅ UDP test for a user-specified website/address on a user-specfied port.


# To be added (in next version):
💡 DNS Test.
💡 Reintegrate PIL images.


# Current release version: 2.0 [15/12/2023]
r0paire