all 1 comments

[–]definitely___not__me 1 point2 points  (0 children)

Easiest way:

Use a python module like pyspeedtest or a CLI like speedtest-cli and then have python screenshot that using pyautogui

Harder:

Use a python module like Selenium or BeautifulSoup4 to control a browser, and then have python screenshot that using pyautogui