Updated readme to how to use in other *.py scripts
This commit is contained in:
parent
e0f27e0ced
commit
e6ae58464e
|
@ -83,6 +83,8 @@ You can use in another script via the following:
|
|||
upload = UploadParsed.search(speedtest_result).group(1)
|
||||
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:
|
||||
|
||||
::
|
||||
|
||||
|
|
Loading…
Reference in New Issue