ansi_escape/examples/title.py

3 lines
64 B
Python
Raw Normal View History

2021-03-12 21:33:18 +00:00
import ansi_escape
print(ansi_escape.set_title("hello"))
input()