File size: 555 Bytes
038f0aa
e78a807
 
 
038f0aa
e78a807
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
763a717
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
title: Function Call Visualizer (Python)
emoji: 🧠
colorFrom: indigo
colorTo: green
sdk: gradio
app_file: app.py
tags:
  - python
  - static-analysis
  - ast
  - code-visualization
  - dev-tools
  - dash
  - streamlit
  - call-graph
pinned: true
license: mit
---

Upload your Python files and see how your functions call each other—visually.  
No execution needed. Great for refactoring, onboarding, auditing, and debugging.

Built by [Tomas Larsson](https://www.linkedin.com/in/tomaslarsson/) | [my.moneytoolbox.com](https://mymoneytoolbox.com)