From 5b9c7e70f11ee1832a846073860d4ecefa2523f7 Mon Sep 17 00:00:00 2001 From: AnonUD4Y Date: Sun, 30 Jun 2019 16:35:41 +0530 Subject: [PATCH] ZoomIn/ZoomOut Instructions Added --- Defs/Checks.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: