Updated readme to how to use in other *.py scripts
This commit is contained in:
parent
e0f27e0ced
commit
e6ae58464e
|
@ -84,6 +84,8 @@ You can use in another script via the following:
|
|||
ping = PingParsed.search(speedtest_result).group(1)
|
||||
print("Download Speed: " + download + " mbps\n" + "Upload Speed: " + upload + " mbps\n" + "Ping: " + ping + " ms")
|
||||
|
||||
You can use in terminal via the following:
|
||||
|
||||
::
|
||||
|
||||
$ speedtest-cli -h
|
||||
|
|
Loading…
Reference in New Issue