PFSG Save Abandoned

Python FileSystem Grapher - creates beautiful graphs of your filesystem or process tree

Project README

PFSG - Python Filesystem Grapher

Uses matplotlib, networkx and graphviz to create a beautiful graph of directory structure and exports as a png image for use as desktop wallpaper

Examples

Prerequisites

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

Installing

wget https://raw.githubusercontent.com/niveknosredneh/PFSG/master/pfsg.py
sudo chmod +x pfsg.py
./pfsg.py

Options

All options have been moved to top of pfsg.py file

See https://matplotlib.org for full colourmap reference

Authors

  • Kevin Matthew Henderson

Contributors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Open Source Agenda is not affiliated with "PFSG" Project. README Source: niveknosredneh/PFSG
Stars
31
Open Issues
0
Last Commit
2 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating