Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 606 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 606 Bytes

wallpaper-process-wordcloud

it's a script that generates a gnome wallpaper with the pc processes in a word cloud that looks like a minimalist image.

Setup

  • Clone this repo.
git clone https://github.com/tachyglossues/wallpaper-process-wordcloud.git
  • Run.
cd wallpaper-process-wordcloud
python3 generateWallpaper.py

Install :

pip install wordcloud
pip install PIL
pip install screeninfo
pip install scipy
pip install numpy
pip install matplolib
pip install psutil