Skip to content

Python program that automatically pauses and unpauses FoldingAtHome when a specified program is launched

Notifications You must be signed in to change notification settings

danielc129/AutoFold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AutoFold

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.

Run using Python

  1. Make sure you have "psutil" module installed.
  2. Clone repository.
  3. Open the "autofold-setup.py" file and follow instructions, which will set up configs.
  4. Run "autofold-cli.py", which is the main program.

About

Python program that automatically pauses and unpauses FoldingAtHome when a specified program is launched

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages