diff --git a/pytchat_listener.py b/pytchat_listener.py index 1e2bd10..be79732 100644 --- a/pytchat_listener.py +++ b/pytchat_listener.py @@ -76,6 +76,10 @@ def get_user_color(author_id): # --- Main Script Logic --- def main(): + # Set terminal title + sys.stdout.write("\033]0;YouTube Live Chat\007") + sys.stdout.flush() + # Clear the terminal screen os.system('clear')