diff --git a/main.py b/main.py index 2158297..6297fbf 100644 --- a/main.py +++ b/main.py @@ -3,7 +3,19 @@ from queue import Queue import threading from datetime import datetime - +import os + +def clear(): + + # for windows + if os.name == 'nt': + _ = os.system('cls') + + # for mac and linux(here, os.name is 'posix') + else: + _ = os.system('clear') +clear() + print(''' $$$$$$$\ $$\