A Python script that updates your Discord Rich Presence with information about the currently focused window.
-
Download the repository (Code → Download ZIP) and unpack it.
-
Install Python 3.
-
Install dependencies:
pip install -r requirements.txt
-
Run the script without a console window:
pythonw active_window.py
An icon will appear in the system tray; right-click it and choose Quit to exit. The script shows the title and application name of the active window on Windows and updates Discord every second.
