ansi_escape/examples/title.py

3 lines
64 B
Python

import ansi_escape
print(ansi_escape.set_title("hello"))
input()