Automatizes clicking the resume button of netflixes automatic pause that happens after few episodes of TV-Series
and automatically clicks the "resume playing" button when this happens:

Program works by checking if the average image color of the location of play icon (
) matches with average image color of the pause screen.
If that happens the program uses win32 api to click that button.
pip install -r requirements.txt
After that just run the main.py when you start watching netflix
- Only works with windows (uses win32api, don't have way to code linux or macOS right now since I can't test it)
- Only works with 1080p and 720p resolutions. (New resolutions can be added by adding the position of
icon at your pause screen to config.cfg (No programming needed)