This program opens a fullscreen window on every monitor and fills it entirely with black. All screens remain black until the user clicks on the screen or presses ESC, at which point the program closes and normal display is restored.
It is available in two versions:
- Python version (
black_screen.py):- Requires
Python 3withTkinterandscreeninfolibrary
- Requires
- Rust version (inside
black_screenfolder)- If you are on Windows 10 or 11 (64-bit), you can directly run the binary file in the release (
black_screen.exe) - Otherwise, build the program for your OS using
RustandCargo
- If you are on Windows 10 or 11 (64-bit), you can directly run the binary file in the release (