(for now only available on windows)
Download last release, instruction for installation include in zip file.
First, clone or download the repository.
git clone git@github.com:bukanspot/DiscordBox.git
Then go to the VirtualBox downloads page and download the VirtualBox SDK.
After downloading it, extract the VirtualBoxSDK-x.x.x-xxxxxx.zip
file and run the installer.
cd installer
python vboxapisetup.py install
Then, install the required modules.
cd DiscordBox
pip install -r requirements.txt
The config allows you to change what is displayed on your rich presence.
{machine name}
: Name of the machine in VirtualBox (e.g. "My Windows Machine"){os name}
: Name of OS. (e.g. "Microsoft Windows"){os version name}
: Name of OS version. (e.g. "Windows 8"){os version image}
: Image key of OS version. (e.g. "windows_8"){architecture}
: OS architecture (e.g. "64"){architecture image}
: Image key of OS architecture (e.g. "64"){icon}
: Image key of VirtualBox Icon.
Make a copy of config.example.ini
and remove the .example
, then edit it if you want.
Run main.py
.
For compile to .exe
use this code
pyinstaller.exe --onefile .\main.pyw
The .exe
file found in dist
directory.
- The original source has been archived, it's available at vidhanio/virtualbox-rich-presence
- File
main.py
is same asmain.pyw
, file.pyw
just run terminal or cmd in background.