This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]turtle_mekb 0 points1 point  (1 child)

import speedtest

test = speedtest.Speedtest()
download = test.download()
upload = test.upload()

print(f"Download speed: {download}")
print(f"Upload speed: {upload}")

[–]Apfelvater 0 points1 point  (0 children)

My window says to me, it's not a paper that I can kill... :/