My old project for as name implies antyAFK
Written in python
sudo apt install python3-tkpython3 -m venv .venvsource .venv/bin/activatepip3 install customtkinterpip3 install pillowpip3 install pynput- in main.py line 22:
self.iconbitmap(IMAGES['ICON'])should be commented/deleted
- install python
- if you going to use venv probably you should enable running scripts (run this line in elevated powershell):
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
- if you going to use venv probably you should enable running scripts (run this line in elevated powershell):
python3 -m venv .venv.\.venv\Scripts\activatepip3 install customtkinterpip3 install pillowpip3 install pynput
- Mouse icon by Freepik
- Mouse icon by Freepik
- Keyboard icon by Freepik
- On/Off button icon by Freepik
- Color palette from Aquaverse
This project is licensed under the MIT License - see the LICENSE file for details.