From aa9895e049109b0f35dfe4a94ca486951e83bd10 Mon Sep 17 00:00:00 2001 From: p7mj Date: Wed, 28 Jan 2026 08:00:21 -0500 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1e3a0a..6b395f8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Interceptor APS by P7MJ is the newest derivation of the surveillance detections software, first created by OctolinkYT. -*(I did all of this myself, no code or and little concepts from his original work were used)* +*(I did all of this myself, no code or and little concepts from his original work were used. ONLY TESTED ON NHRHS SCHOOL COMPUTERS IN JANURARY 2026. NOT GUARANTEED TO WORK ELSEWHERE.)*

Introduction

@@ -12,7 +12,12 @@ Interceptor APS by P7MJ is the newest derivation of the surveillance detections

Installation

To install, some python libraries are required. Ensure Python 3.13 or above is installed, and run the following in your terminal or PowerShell: - pip install watchfiles pygetwindow pyautogui termcolor + +`pip install watchfiles pygetwindow pyautogui termcolor` + +Then, download the python file from above. You can choose to run it through double-clicking (assuming the settings are default and it opens in a python terminal window), running from a IDE or **IDLE (Python 3.13)**, or running from the terminal by navigating to the directory and running: + +`python interceptor-aps.py`