it's a script that generates a gnome wallpaper with the pc processes in a word cloud that looks like a minimalist image.
- Clone this repo.
git clone https://github.com/tachyglossues/wallpaper-process-wordcloud.git
- Run.
cd wallpaper-process-wordcloud
python3 generateWallpaper.py
pip install wordcloud
pip install PIL
pip install screeninfo
pip install scipy
pip install numpy
pip install matplolib
pip install psutil