diff --git a/Defs/Checks.py b/Defs/Checks.py index 4b2fd2b..989b103 100644 --- a/Defs/Checks.py +++ b/Defs/Checks.py @@ -14,7 +14,10 @@ RED, GREEN, DEFAULT = '\033[91m', '\033[1;32m', '\033[0m' installGetText() languageSelector() - +def zoomOut(): #Prompt For User To manually ZoomIn/ZoomOut in Termux. + print(' Please ZoomIn/ZoomOut Until Below Word Shows in Single Line\n') + print('+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++') + def checkConnection(host='https://google.com'): #Connection check system('clear') try: