Skip to content

Lukiiy/QuickRPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick RPC

Quick RPC with arRPC in Python!
Made with uv.

Install

You can download the repository to use it or download the compiled binaries in the Releases tab!

Usage

You can use uv run main.py [args] or quickrpc [args]

quickrpc --client-id [clientid] --details "Playing Game" --state "Level 2"
quickrpc --client-id [clientid] --details "Playing Game" --large-image game_logo --large-text "Game Logo"
quickrpc --client-id [clientid] --details "Playing Game" --state "Ranked Match" --large-image game_logo --large-text "Game Logo" --small-image ranked_icon --small-text "Ranked logo"

Dependencies

pypresence
pyinstaller (optional - dev)