Discord OS Presence is a lightweight presence tool that displays system information on your Discord profile, including:
- 🔋 Battery Percentage
- 💻 OS Name & Distro Name
- 🧠 Memory Usage
- 🚀 CPU Usage
- ⏳ System Uptime
- ⚡ Charging Status
- Real-time system monitoring
- Seamless Discord Rich Presence integration
- Lightweight and efficient
- Python 3.x
pypresencelibrary (for Discord Rich Presence)psutillibrary (for system monitoring)
- Clone the repository:
git clone https://github.com/AnirbanNath-dev/discord-os-presence.git cd discord-os-presence - Activate virtual environment
python3 -m venv .venv source .venv/bin/activate - Install dependencies
pip install -r requirements.txt
- Generate service file
chmod +x generate_service.sh ./generate_service.sh
- Run start bash script
chmod +x start.sh ./start.sh
