A Discord Rich Presence tool that displays your currently active application.
- Real-time display of current active application
- Customizable display text
- Application name mapping support
- Dynamic application list editing
- Status switch
- Python 3.12+
- Discord desktop client
- Required Python packages:
- pypresence
- pygetwindow
- psutil
- pywin32
- Clone the repository:
git clone https://github.com/Ian-bug/WhatIsBroDoing.git
cd WhatIsBroDoing- Install required packages:
pip install pypresence pygetwindow psutil pywin32- Run the program:
python main.py-
Choose mode:
- Enter
0to start monitoring - Enter
1to edit application list
- Enter
-
If starting monitor mode:
- Enter custom details text (or press Enter for default "bro is doing")
- The program will start displaying your active applications in Discord
-
If editing application list:
- Enter process name (e.g., "chrome.exe")
- Enter display name (e.g., "Google Chrome")
- The program will update the application list accordingly
You can customize application display names in applist.py. The format is:
app_names = {
"process_name.exe": "Display Name"
}This project is licensed under the MIT License - see the LICENSE file for details.
