https://github.com/sevcator/active-window
A Discord RPC to show active window activity for your friends in Discord.
https://github.com/sevcator/active-window
active-win active-window discord discord-rich-presence discord-richpresence discord-rpc
Last synced: about 1 month ago
JSON representation
A Discord RPC to show active window activity for your friends in Discord.
- Host: GitHub
- URL: https://github.com/sevcator/active-window
- Owner: sevcator
- Created: 2023-10-22T12:50:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-22T13:07:09.000Z (over 2 years ago)
- Last Synced: 2023-10-23T13:38:24.266Z (over 2 years ago)
- Topics: active-win, active-window, discord, discord-rich-presence, discord-richpresence, discord-rpc
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Active-Window
A Python script that updates your Discord Rich Presence with information about the
currently focused window.

## Installation
1. Download the repository (Code → Download ZIP) and unpack it.
2. Install [Python 3](https://www.python.org/).
3. Install dependencies:
```bash
pip install -r requirements.txt
```
4. Run the script without a console window:
```bash
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.