This commit is contained in:
.[d]. 2022-04-02 15:56:14 +00:00
parent 46ff464211
commit 3eef6291ec

@ -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,9 +53,10 @@ 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