Uses matplotlib, networkx and graphviz to create a beautiful graph of directory structure and exports as a png image for use as desktop wallpaper
Ubuntu and Debian based:
# Mandatory dependencies:
sudo apt-get install python3 python3-pip
sudo pip3 install matplotlib networkx pydot graphviz
# Optional dependencies:
sudo apt-get install imagemagick feh
(untested) Arch based:
# Mandatory dependencies:
sudo pacman -S python3 python3-pip python-pygraphviz
sudo pip3 install matplotlib networkx pydot graphviz
# Optional dependencies:
sudo pacman -S imagemagick feh
wget https://raw.githubusercontent.com/niveknosredneh/PFSG/master/pfsg.py
sudo chmod +x pfsg.py
./pfsg.py
All options have been moved to top of pfsg.py file
See https://matplotlib.org for full colourmap reference
- Kevin Matthew Henderson
This project is licensed under the MIT License - see the LICENSE.md file for details