Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>RunPyNew to Visual Studio Code? Get it now.
RunPy

RunPy

Noam Munz

|
7 installs
| (0) | Free
A powerful Python script runner for VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

RunPy 🐍

A powerful and intuitive Python script runner for Visual Studio Code. RunPy provides a dedicated UI in your bottom panel to manage arguments, environments, and execution—keeping your main editor clean and focused.

✨ Features

  • Bottom Panel Integration: Accessible directly from your Terminal area, keeping your workspace organized.
  • Smart Argparse Detection: Automatically parses your Python script's argparse definitions and generates a clean, horizontal UI for inputting arguments.
  • Visual Progress Tracking: Support for tqdm and Optuna. Intercepts CLI progress bars and displays them as a smooth, sticky green bar at the top of your output.
  • Environment Autodetection: Automatically finds and suggests your .venv, venv, or Conda environments.
  • One-Click Access: Quick-launch button in the top-right of every Python editor tab.
  • Clean Output: Strips away cluttered carriage returns and progress bar text from the console while showing real-time logs.

🚀 Getting Started

  1. Open a Python file.
  2. Click the Play Icon in the top-right corner of the editor title bar.
  3. The RunPy panel will open in the bottom area.
  4. Adjust your arguments and click Run.

🛠️ Requirements

  • Visual Studio Code v1.74.0 or higher.
  • Python installed on your system.

📄 License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft