https://github.com/mooncos/screenkeep
Avoids the Windows screensaver being triggered. Also prevents the computer from going to hibernate/suspend while in execution.
https://github.com/mooncos/screenkeep
Last synced: 27 days ago
JSON representation
Avoids the Windows screensaver being triggered. Also prevents the computer from going to hibernate/suspend while in execution.
- Host: GitHub
- URL: https://github.com/mooncos/screenkeep
- Owner: mooncos
- License: mit
- Created: 2016-08-13T12:55:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-15T00:04:27.000Z (almost 9 years ago)
- Last Synced: 2024-03-05T22:49:04.844Z (about 1 year ago)
- Language: Python
- Homepage: http://margobra8.github.io
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ScreenKeep
===========Python utility that **avoids the Windows screensaver** being triggered. Also prevents the computer from **going to hibernate/suspend** while in execution.

Information
-------------This utility is written in **Python 3.5** with the use of **PyQt 5**. **Win32cmd** and **Win32api** modules also are used.
The current language of this app is `ES-es` with translations coming in a near future.
Current status
--------------> **Current status:**
> - *13 August 2016.* The application is not complied and distributed yet. Therefore this are the following modules that are needed for it to work when `main.py` is lauched:
>
> `['future==0.15.2', 'pefile==2016.3.28', 'pyqt5==5.7','pywin32==220']`