Delete xinfo.py
This commit is contained in:
parent
d7fe66e1a5
commit
72c1a3e71c
18
xinfo.py
18
xinfo.py
@ -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}")
|
Loading…
Reference in New Issue
Block a user