An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Active-Window
A Python script that updates your Discord Rich Presence with information about the
currently focused window.

![Screenshot](https://github.com/sevcator/Active-Window/blob/main/Discord_DdggFqxiQ6.png?raw=true)

## 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.