Update xinfo.py

This commit is contained in:
amogus3016 2021-11-16 07:47:03 -05:00 committed by GitHub
parent 54611641f0
commit 094c4ea5db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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