Delete xinfo.py

This commit is contained in:
amogus3016 2021-11-15 19:43:59 -05:00 committed by GitHub
parent d7fe66e1a5
commit 72c1a3e71c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +0,0 @@
import platform
xascii = '''___ ___
\ \ / /
\ V /
> <
/ . \
/__/ \__\ '''
my_system = platform.uname()
print(xascii)
print("xinfo")
print("===============")
print(f"OS: {my_system.system}")
print(f"Host: {my_system.node}")
print(f"Kernel: {my_system.release}")
print(f"Architecture: {my_system.machine}")