From 6f5ff254e6b4eccdb8ceef73e5b77fb758a639e0 Mon Sep 17 00:00:00 2001 From: P7MJ Date: Fri, 6 Feb 2026 18:53:49 -0500 Subject: [PATCH] Update interceptor-aps-a-2.py Aesthetical changes --- interceptor-aps-a-2.py | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/interceptor-aps-a-2.py b/interceptor-aps-a-2.py index 0070262..609e25a 100644 --- a/interceptor-aps-a-2.py +++ b/interceptor-aps-a-2.py @@ -7,6 +7,13 @@ import pyautogui import subprocess from termcolor import colored +# ___ _ _ _ ____ ____ +# |_ _|_ __ | |_ ___ _ __ ___ ___ _ __ | |_ ___ _ __ / \ | _ \/ ___| +# | || '_ \| __/ _ \ '__/ __/ _ \ '_ \| __/ _ \| '__| / _ \ | |_) \___ \ +# | || | | | || __/ | | (_| __/ |_) | || (_) | | / ___ \| __/ ___) | +# |___|_| |_|\__\___|_| \___\___| .__/ \__\___/|_| /_/ \_\_| |____/ +# |_| APS Version Alpha-2 by P7MJ + # ---------- CONFIGURATION ---------- # monitor_path = r"C:\Program Files\Renato Software\Senso.Cloud.Client" # Path to be monitored @@ -220,8 +227,4 @@ def main(): # ---------- Running the code ---------- # if __name__ == "__main__": - main() - - - - + main() \ No newline at end of file