Smooth Cinematic Overlay for Clutches in CS2. A simple Python app that adds cinematic black bars at the top and bottom of your screen.
- Smooth animated black bars that slide in/out with easing
- Clean transparent overlay
- Global hotkey (
Ctrl + Alt + C
) to toggle bars on and off - Very Lightweight and minimal dependencies
With Overlay | Without Overlay |
---|---|
![]() |
![]() |
- Python 3.6+
- PyQt5
- keyboard (for global hotkey support)
-
Clone or download this repo.
-
Install dependencies:
pip install -r requirements.txt
python 2bars.py
-
Use Fullscreen Windowed if not working.
-
The app uses global keyboard hooks — running it may require admin or elevated privileges on some platforms.
-
Only tested on Windows and Linux; macOS support may vary.
python -m nuitka --onefile --windows-icon-from-ico=2bars.ico --enable-plugin=pyqt5 --include-module=keyboard 2bars.py