Python script to keep screen active
- Python 3
- PyAutoGUI 0.9.53
Install all required modules:
pip install -r requirements.txtOpen your favourite environment, install required modules and just run script for minimum functionality. See examples below.
Simple usage:
python ./screen_activity_keeper.pyUsage with mouse:
python ./screen_activity_keeper.py -mor
python ./screen_activity_keeper.py --mouseUsage with super focus on Microsoft Teams:
python ./screen_activity_keeper.py -p path/to/microsoft/teams/installation/Teams.exeor
python ./screen_activity_keeper.py --teams-path path/to/microsoft/teams/installation/Teams.exeUsage with super focus on Microsoft Teams and mouse:
python ./screen_activity_keeper.py -m -p path/to/microsoft/teams/installation/Teams.exeor
python ./screen_activity_keeper.py --mouse --teams-path path/to/microsoft/teams/installation/Teams.exeFor MS Teams installation try checking "%LOCALAPPDATA%\Microsoft\Teams\current\Teams.exe".