We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff466f commit 201e747Copy full SHA for 201e747
s_tracker.py
@@ -20,7 +20,6 @@
20
import time
21
import cpuinfo
22
import locale
23
-import threading
24
25
gb = 10 ** 9
26
#print("GB VALUE:",gb)
@@ -92,7 +91,7 @@ def get_account():
92
91
print(f"Last login: ", time_now, t_n)
93
94
95
-def get_platform():
+def get_platform():
96
print(f"Computer Name: {system_name}")
97
print(f"Platform: {user_platform}")
98
print(f"Platform Release: {user_platform_rel}")
@@ -114,7 +113,7 @@ def get_platform():
114
113
print(f'Total Bytes Recieved: {get_size(bytes_recv)} \n')
115
print(f'Physical Core Count: {physicalcore_count}')
116
print(f'Total Core Count: {totalcore_count}')
117
-
+
118
119
#this function converts larger numbers into - Kilobytes - MegaBytes - Gigabytes - TeraBytes - PetaBytes
120
def get_size(bytes, suffix="B"):
0 commit comments