An open API service indexing awesome lists of open source software.

https://github.com/winand/screen_on

Keep screen on (Windows)
https://github.com/winand/screen_on

power python screen taskbar tkinter winapi windows

Last synced: 4 months ago
JSON representation

Keep screen on (Windows)

Awesome Lists containing this project

README

          

# Screen On
Screen On keeps your screen on while running. [SetThreadExecutionState](https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-setthreadexecutionstate) system call is used to achieve that.

![](assets/screenshot_win11.png)

![](assets/screenshot.png)

Active state is indicated by yellow icon in Windows taskbar. The program turns off when it gets focus e. g. the icon is clicked. A shortcut is supposed to be pinned to taskbar so Screen On can be easily activated.

See also:
* [PowerToys Awake](https://docs.microsoft.com/en-us/windows/powertoys/awake)