⚡ A lightweight VS Code extension that automatically runs your Python scripts live — just like Nodemon, but for Python.
🚀 Overview
Run Python Live helps you save time by running your Python code automatically every time you save the file.
It detects input() statements, handles module errors gracefully, and even prompts you to install missing Python packages directly — all from within VS Code.
Perfect for students, automation developers, and anyone who wants a smoother Python workflow.
✨ Features
🔁 Auto-run on Save — Instantly executes your .py file whenever you hit save.
🖥️ Live Output Panel — See your program output directly in VS Code without switching terminals.
⌨️ Interactive Input Support — If your code uses input(), it automatically switches to the integrated terminal.