Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit 5402a7d

Browse files
Python script that provides the download and upload speed of your Wifi
1 parent 9b58fa7 commit 5402a7d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed
-103 KB
Loading[フレーム]

‎Scripts/Miscellaneous/Wifi_Speed/wifiSpeed.py‎

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,12 @@
1919

2020
if option == 1:
2121
download = s.download() / 1000
22-
print(f"\nDownload Speed : %.2f kb/s" % download)
23-
break
22+
print(f"Download Speed : %.2f kb/s\n" % download)
2423
elif option == 2:
2524
upload = s.upload() / 1000
26-
print(f"\nUpload Speed : %.2f kb/s" % upload)
27-
break
25+
print(f"Upload Speed : %.2f kb/s\n" % upload)
2826
elif option == 3:
2927
print("\nExiting Successfully...")
3028
break
3129
else:
32-
print("\nINVALID OPTION SELECTED! Re-", end = "")
30+
print("INVALID OPTION SELECTED! Re-", end = "")

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /