agermanidis/livepython
Visually trace Python code in real-time. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3257
- days_rel: n/a
- days_push: 2780
- n_releases_24m: 0
Adoption not part of the score
2562 stars · 170 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Livepython is a desktop app that visually traces Python code execution in real time, showing the current line and tracking variable changes like a movie playback. It combines a Python tracer built on sys.settrace() with an Electron frontend, launched from the command line.
Use cases
- visually trace python code execution step by step
- watch how variables change while my python program runs
- understand the flow of a python script without adding print statements
- teach or learn python by watching code execute in real time
- step through python code at adjustable speed with play/pause controls
When to choose
- you want a lightweight visual alternative to print-statement debugging
- you're learning Python and want to see execution flow and variable state visually
- you need a quick grasp of how a small Python program runs without a full debugger
When to avoid
- you need a full-featured debugger with breakpoints and stack inspection
- you require actively maintained software - the project is alpha quality and hasn't been updated since 2019
- you're tracing large or complex programs, since edge cases aren't well handled
Facets
application · maturity abandoned
developer-tools gui cli developer-tools programming-languages education python cross-platform debugging code-visualization python-tracer learning-tool electron-app electron desktop nodejs
1 source
- readme: https://github.com/agermanidis/livepython · fetched 2026-08-28 · 0876aa613fb0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| agermanidis/livepython | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="agermanidis/livepython")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem