From 3eef6291ec70fad831df0be31c9a03b5e7ea5a41 Mon Sep 17 00:00:00 2001 From: "[d]" Date: Sat, 2 Apr 2022 15:56:14 +0000 Subject: [PATCH] update --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index acd9c89..c377b1e 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ aNTItEAMs v1.1 - microsoft teams anti-idler ``` ## changelog - v1.1 ``` -- ! included a static win64 binary and stubbing the pyautogui module so no python is even needed. +- binary was missing the pyautogui module ``` ## screenshots ![screenshots](screenshots/s.jpg) @@ -53,12 +53,13 @@ pressing the shiftkey so that you never idle out. now you always receive your me - `python3` ## content - antiteams.py - **main file** +- antiteams.exe - **main file** ## usage -- syntax: `python3 antiteams.py` - **execute** -- syntax: `antiteams.exe` - **execute - a static build of the same code above for windows 64** +- syntax: `python3 antiteams.py` +- syntax: `antiteams.exe` ## setting up environment - `git clone --recursive https://git.tcp.direct/decoded/aNTItEAMs.git` ## notes - **INTERVAL:** this code runs at 1 minute intervals, this can be adjusted with the delay_in_minutes variable at the top of the script. if you're using the compiled binary you'll have to edit the code - and then recompile using pyinstaller, see attached screenshot. + and then recompile using pyinstaller, see attached screenshot. \ No newline at end of file