Python program that automatically pauses and unpauses FoldingAtHome when a specified program is launched.
This program works by checking for open programs using psutil. If the program is in the list it will pause FoldingAtHome. If all specified programs are closed the program will unpause FoldingAtHome.
This program makes use of --send-pause and --send-unpause in FAHClient.exe.
- Make sure you have "psutil" module installed.
- Clone repository.
- Open the "autofold-setup.py" file and follow instructions, which will set up configs.
- Run "autofold-cli.py", which is the main program.