From e6ae58464e679eb27f0a9b55b3fb23bc2240a027 Mon Sep 17 00:00:00 2001 From: Gamerhythm Date: Sat, 25 Feb 2017 18:00:56 +0000 Subject: [PATCH] Updated readme to how to use in other *.py scripts --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index fda953e..2275c3d 100644 --- a/README.rst +++ b/README.rst @@ -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: ::