Updated readme to how to use in other *.py scripts

This commit is contained in:
Gamerhythm 2017-02-25 18:00:56 +00:00 committed by GitHub
parent e0f27e0ced
commit e6ae58464e
1 changed files with 2 additions and 0 deletions

View File

@ -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:
::