Exemplo n.º 1
0
def printf(vs):
    IO.printw(vs)
Exemplo n.º 2
0
def main(s: curses.window, a: list[str], c: int, o: list[bool]):
    """Lists system specs"""
    s.clear()
    s.refresh()

    io.printw("System Specs:\n " + platform.uname().system + ", {}, {}, {}".format(platform.uname().processor, platform.uname().machine, platform.uname().version) )