Skip to content

MatiP911/Antyafk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AntyAFK

My old project for as name implies antyAFK

Written in python


How to run

Linux (kinda works (made it for windows))

  1. sudo apt install python3-tk
  2. python3 -m venv .venv
  3. source .venv/bin/activate
  4. pip3 install customtkinter
  5. pip3 install pillow
  6. pip3 install pynput
  7. in main.py line 22: self.iconbitmap(IMAGES['ICON']) should be commented/deleted

Windows

  1. 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
  2. python3 -m venv .venv
  3. .\.venv\Scripts\activate
  4. pip3 install customtkinter
  5. pip3 install pillow
  6. pip3 install pynput

Credits


MIT License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Old project for highly customisable anty AFK app

Resources

License

Stars

Watchers

Forks

Contributors

Languages