pycallgraph

Python library that creates call graphs for Python programs

Install

All systems
curl cmd.cat/pycallgraph.sh
Debian Debian
apt-get install python-pycallgraph
Ubuntu
apt-get install python-pycallgraph
image/svg+xml Kali Linux
apt-get install python-pycallgraph
Fedora
dnf install python-pycallgraph
Windows (WSL2)
sudo apt-get update sudo apt-get install python-pycallgraph
Raspbian
apt-get install python-pycallgraph

python-pycallgraph

Python library that creates call graphs for Python programs

It uses GraphViz to generate call graphs from one execution of your Python code. It's very easy to use and can point out possible problems with your code execution.

python2-pycallgraph

Python programs