Update xinfo.py
This commit is contained in:
parent
54611641f0
commit
094c4ea5db
1
xinfo.py
1
xinfo.py
@ -19,5 +19,6 @@ print(f"OS: {my_system.system}") # Prints the OS
|
|||||||
print(f"Host: {my_system.node}") # Prints the user's hostname
|
print(f"Host: {my_system.node}") # Prints the user's hostname
|
||||||
print(f"Kernel: {my_system.release}") # Prints the kernel's version
|
print(f"Kernel: {my_system.release}") # Prints the kernel's version
|
||||||
print(f"Architecture: {my_system.machine}") # Prints the CPU's architecture
|
print(f"Architecture: {my_system.machine}") # Prints the CPU's architecture
|
||||||
|
print("===============")
|
||||||
|
|
||||||
# xinfo is licensed under the GNU GPL
|
# xinfo is licensed under the GNU GPL
|
||||||
|
Loading…
Reference in New Issue
Block a user