File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 20
20
import time
21
21
import cpuinfo
22
22
import locale
23
- import threading
24
23
25
24
gb = 10 ** 9
26
25
#print("GB VALUE:",gb)
@@ -92,7 +91,7 @@ def get_account():
92
91
print (f"Last login: " , time_now , t_n )
93
92
94
93
95
- def get_platform ():
94
+ def get_platform ():
96
95
print (f"Computer Name: { system_name } " )
97
96
print (f"Platform: { user_platform } " )
98
97
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
114
print (f'Physical Core Count: { physicalcore_count } ' )
116
115
print (f'Total Core Count: { totalcore_count } ' )
117
-
116
+
118
117
119
118
#this function converts larger numbers into - Kilobytes - MegaBytes - Gigabytes - TeraBytes - PetaBytes
120
119
def get_size (bytes , suffix = "B" ):
You can’t perform that action at this time.
0 commit comments