FetchCord-Display system information as Discord Rich Presence
FetchCord is a simple tool that retrieves system information and displays it as Discord Rich Presence.
FetchCord Written in Python 3, it relies on Neofetch for basic system information. A handy tool will show you system information in your Discord user’s profile.
How to install FetchCord:
1. On Ubuntu 20.04 and Linux Mint 20, first open a terminal (Ctrl + Alt + T) and run the command to install Neofetch and the python3-pip package.
sudo apt install neofetch python3-pip
2. Then install Fetchcord using the pip command.
pip3 install fetchcord
Once installed, run fetchcord
Run commands while Discord is running and enjoy!
Note: The software is in a very early stage, but it may have bugs. About problem reports Github page..