Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to get ping from computer IN PYTHON

st = Speedtest()
    print("Download:=>", st.download())
    print("upload:=>", st.upload())
    st.get_servers([])
    print("Ping :=>", st.results.ping)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #ping #computer #IN #PYTHON
ADD COMMENT
Topic
Name
3+4 =