https://github.com/qwertyquerty/pypresence
A complete Discord IPC and Rich Presence wrapper library in Python!
https://github.com/qwertyquerty/pypresence
discord discord-rich-presence discord-rpc python python-library rich-presence wrapper
Last synced: 5 months ago
JSON representation
A complete Discord IPC and Rich Presence wrapper library in Python!
- Host: GitHub
- URL: https://github.com/qwertyquerty/pypresence
- Owner: qwertyquerty
- License: mit
- Created: 2018-03-14T02:25:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-27T10:58:45.000Z (7 months ago)
- Last Synced: 2025-04-12T15:56:21.029Z (6 months ago)
- Topics: discord, discord-rich-presence, discord-rpc, python, python-library, rich-presence, wrapper
- Language: Python
- Homepage: https://qwertyquerty.github.io/pypresence/html/index.html
- Size: 3.48 MB
- Stars: 686
- Watchers: 12
- Forks: 80
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
> A Discord Rich Presence Client in Python? Looks like you've come to the right place.
[](https://github.com/qwertyquerty/pypresence) [](https://github.com/qwertyquerty/pypresence/blob/master/LICENSE)   
## NOTE: Only Python versions 3.9 and above are supported.
### [Documentation](https://qwertyquerty.github.io/pypresence/html/index.html), [Discord Server](https://discord.gg/JF3kg77), [Patreon](https://www.patreon.com/qwertyquerty)
----------
**Use this badge in your project's Readme to show you're using pypresence! The markdown code is below.**
[](https://github.com/qwertyquerty/pypresence)
```markdown
[](https://github.com/qwertyquerty/pypresence)
```----------
# Installation
Install pypresence with **`pip`**
For the latest development version:
### `pip install https://github.com/qwertyquerty/pypresence/archive/master.zip`
For the latest stable version:
### `pip install pypresence`
----------
# Documentation
> [!Note]
> You need an **authorized app** to do anything besides rich presence!#### [pypresence Documentation](https://qwertyquerty.github.io/pypresence/html/index.html)
#### [Discord Rich Presence Documentation](https://discord.com/developers/docs/rich-presence/how-to)
#### [Discord RPC Documentation](https://discord.com/developers/docs/topics/rpc)
#### [pyresence Discord Support Server](https://discord.gg/JF3kg77)
#### [Discord API Support Server](https://discord.gg/discord-api)----------
# Examples
Examples can be found in the [examples](https://github.com/qwertyquerty/pypresence/tree/master/examples) directory, and you can contribute your own examples if you wish, just read [examples.md](https://github.com/qwertyquerty/pypresence/blob/master/examples/examples.md)!
----------
Written by: [qwertyquerty](https://github.com/qwertyquerty)Notable Contributors: [GiovanniMCMXCIX](https://github.com/GiovanniMCMXCIX), [GhostofGoes](https://github.com/GhostofGoes)