Skip to content

Small program to keep your computer awake. Nothing more, nothing less...

Notifications You must be signed in to change notification settings

jnchen12a/keep_awake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

keep_awake

Small program to keep your computer awake by moving your mouse every 4 minutes and 30 seconds. No underlying reason for this program at all. Just a simple, innocent Python program. Nothing suspicious at all...

Troubleshooting

Make sure all the needed modules/packages are installed. Something like

pip install [package_name]

in the terminal should do the trick.

Needed packages:

  • pyautogui
  • datetime
  • threading (typically already installed with Python)

If issues persist, feel free to submit an issue under the Issues tab.

About

Small program to keep your computer awake. Nothing more, nothing less...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages