a brutalist, amoled-style windows utility for advanced window management. inspired by tools like WindowTop, but focused on speed, minimalism, and a dark aesthetic. made for those who prefer ritualistic minimalism and total control over their workspace.
the tool monitors your focus and captures the last active window before you switch to hellwindow
disclaimer: this tool is intended for personal productivity. use it wisely.
hellwindow manipulates the deep windows api to grant you powers over any active window:
- ghost mode: injects
WS_EX_TRANSPARENTstyle, making the window a "spirit" that your mouse ignores. clicks pass through it to whatever is behind. - transparency: controls the alpha channel of the window layer (7% to 100%).
- always on top: forces the window to stay at the top of the z-order (
HWND_TOPMOST). - auto-save: all your preferences and hotkeys are saved to
config.json.
- center: snaps the targeted window to the screen's dead center.
- hide: removes the window from sight and taskbar. tagged as
[HIDDEN]in the list. - mute: silences the targeted process's audio stream.
- size: opens a themed ritual dialog to define custom window dimensions (width/height).
- kill: instantly terminates the process. no confirmation, no mercy.
this is your necronomicon. every window you transform is tracked here:
- use reveal to bring back windows lost in the hide ritual.
- click X to release a window and restore its original state.
- the tool monitors your focus and automatically targets the last active window.
- toggle: click the button to record a new key combination.
- reset: clear all active spirits and return them to the mortal realm.
- clone the ritual:
git clone https://github.com/hellkxxxi/HELLWINDOW.git- install dependencies:
pip install -r requirements.txt- run as administrator:
python hellwindow.pyto create a standalone portable executable:
- install dependencies:
pip install customtkinter pywin32 keyboard psutil pycaw comtypes pystray Pillow- run the build script:
pyinstaller --noconsole --onefile --uac-admin --collect-all customtkinter --icon=icon.ico --add-data "icon.png;." --add-data "icon.ico;." --name HELLWINDOW hellwindow.pyantivirus software may flag the .exe as a false positive due to keyboard hooks and pyinstaller packaging. this is normal for low-level system utilities.
- customtkinter: for the amoled interface.
- pywin32: for deep windows api integration.
- keyboard: for global ritual hooks.
- psutil: for process soul harvesting.
- pycaw: for audio session manipulation.
- pystray & Pillow: for system tray manifestation.
created by hellkai telegram
