mirror of
https://github.com/AleksanderGPL/eCLI.git
synced 2024-12-28 08:50:38 +00:00
Remove repeated text
This commit is contained in:
parent
b7fff2db33
commit
00a4452e64
14
eCLI.py
14
eCLI.py
@ -22,13 +22,13 @@ while True:
|
||||
os.system("clear")
|
||||
elif command == "pcinfo":
|
||||
print(Fore.YELLOW + "=============================================================")
|
||||
print(Fore.RED + "Computer Name: " + Fore.GREEN + platform.node())
|
||||
print(Fore.RED + "Computer Type: " + Fore.GREEN + platform.machine())
|
||||
print(Fore.RED + "Computer Arch: " + Fore.GREEN + platform.architecture()[0])
|
||||
print(Fore.RED + "Computer OS: " + Fore.GREEN + platform.system())
|
||||
print(Fore.RED + "Computer OS Version: " + Fore.GREEN + platform.version())
|
||||
print(Fore.RED + "Computer OS Release: " + Fore.GREEN + platform.release())
|
||||
print(Fore.RED + "Computer OS Platform: " + Fore.GREEN + platform.platform())
|
||||
print(Fore.RED + "PC Name: " + Fore.GREEN + platform.node())
|
||||
print(Fore.RED + "PC Type: " + Fore.GREEN + platform.machine())
|
||||
print(Fore.RED + "Architecture: " + Fore.GREEN + platform.architecture()[0])
|
||||
print(Fore.RED + "OS: " + Fore.GREEN + platform.system())
|
||||
print(Fore.RED + "OS Version: " + Fore.GREEN + platform.version())
|
||||
print(Fore.RED + "OS Release: " + Fore.GREEN + platform.release())
|
||||
print(Fore.RED + "OS Platform: " + Fore.GREEN + platform.platform())
|
||||
print(Fore.YELLOW + "=============================================================")
|
||||
elif command == "help":
|
||||
print(Fore.YELLOW + "=============================================================")
|
||||
|
Loading…
Reference in New Issue
Block a user