{"id":13468888,"url":"https://github.com/agermanidis/livepython","last_synced_at":"2025-10-08T06:47:56.331Z","repository":{"id":53121684,"uuid":"105598718","full_name":"agermanidis/livepython","owner":"agermanidis","description":"Visually trace Python code in real-time.","archived":false,"fork":false,"pushed_at":"2019-01-22T17:39:55.000Z","size":48107,"stargazers_count":2559,"open_issues_count":11,"forks_count":170,"subscribers_count":76,"default_branch":"master","last_synced_at":"2025-05-22T20:04:18.543Z","etag":null,"topics":["debugging-tool","electron-app","python"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agermanidis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-03T00:19:59.000Z","updated_at":"2025-05-04T03:06:07.000Z","dependencies_parsed_at":"2022-09-24T12:01:08.637Z","dependency_job_id":null,"html_url":"https://github.com/agermanidis/livepython","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/agermanidis/livepython","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agermanidis%2Flivepython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agermanidis%2Flivepython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agermanidis%2Flivepython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agermanidis%2Flivepython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agermanidis","download_url":"https://codeload.github.com/agermanidis/livepython/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agermanidis%2Flivepython/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278903008,"owners_count":26065786,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debugging-tool","electron-app","python"],"created_at":"2024-07-31T15:01:21.323Z","updated_at":"2025-10-08T06:47:56.304Z","avatar_url":"https://github.com/agermanidis.png","language":"JavaScript","readme":"![](https://i.imgur.com/GM8vrCz.png)\n![](https://i.imgur.com/36oEh3R.gif)\n\n## Livepython \n### Watch your Python run like a movie.\n\n##### NOTE: Livepython is alpha software. It doesn't handle a lot of edge cases and features may change.\n\nLivepython is a desktop app that lets you visually trace, in real-time, the execution of a Python program. In addition, it can track changes in global and local variables as your program is running. Livepython is meant to give you a quick grasp of a program's execution flow. It's less messy than sprinkling print statements throughout your code and simpler to use than debuggers/profilers. \n\nLivepython can be launched from the command-line as easily as:\n\n    livepython [program] [args...]\n\n**Controls:**\n\nSPACE: Play/Pause the program.\n\nLeft/Right Arrow: Change speed of execution.\n\nV: Open/Close Variable Inspector.\n\n### Compatibility\n\n| **Python Version** | **Compatible?** |\n|-----------|---------------|\n| 3.6       | ✅             |\n| 3.5       | ✅             |\n| 2.7       | ✅             |\n| 2.6       | ❌             |\n\n### Installation\n\n    npm install livepython -g\n\n### Development\n\n\u003cimg src=\"https://i.imgur.com/QWc7MLT.png\" width=500\u003e\u003c/img\u003e\n\nLivepython has 3 main components: \n\n* a Python [tracer](https://github.com/agermanidis/livepython/blob/master/tracer.py) that uses `sys.settrace()` to intercept every line of your program as it's being evaluated\n* an [Electron app](https://github.com/agermanidis/livepython/blob/master/main.js) that is responsible for the rendering the Livepython frontend\n* a node.js [gateway script](https://github.com/agermanidis/livepython/blob/master/bin/livepython) that manages communication between the frontend and the tracer \n\nIf you want to make changes to Livepython, you will need to run [webpack](https://webpack.js.org/):\n\n    webpack\n\nThen you can test your built version of livepython by running:\n\n    bin/livepython [your python program]\n\n### License\n\nMIT\n","funding_links":[],"categories":["JavaScript","Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagermanidis%2Flivepython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagermanidis%2Flivepython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagermanidis%2Flivepython/lists"}