Skip to content

Instantly share code, notes, and snippets.

View mohangowda-dev's full-sized avatar
💻
Web Developer & UI/UX Designer

Mohan Gowda mohangowda-dev

💻
Web Developer & UI/UX Designer
View GitHub Profile
# Before You run the code open your cmd and use pip to install a package called speedtest-cli
# run the code [" pip install speedtest-cli "] in cmd
# Python program to test
# internet speed
import speedtest
st = speedtest.Speedtest()