Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created June 23, 2021 12:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/32a9955814b4a96894189fb12929f8cc to your computer and use it in GitHub Desktop.
Save amankharwal/32a9955814b4a96894189fb12929f8cc to your computer and use it in GitHub Desktop.
import speedtest
wifi = speedtest.Speedtest()
print("Wifi Download Speed is ", wifi.download())
print("Wifi Upload Speed is ", wifi.upload())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment