Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Python ListNew to Visual Studio Code? Get it now.
Python List

Python List

SleepyyDev

|
6 installs
| (0) | Free
Download and manage Python dependencies easily
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Python Dependency Downloader

A VS Code extension for downloading and managing Python dependencies easily.

Features

  • Quick Python package installation
  • Dependency management interface
  • Easy-to-use commands
  • Bundled Python Requirements.zip that can be dropped into any workspace (no external files needed)

Usage

  1. Install Dependencies:

    • Press Ctrl+Alt+P (or Cmd+Alt+P on Mac)
    • Or use Command Palette: Python: Install Python Dependencies
    • Enter a package name to simulate installation
  2. Download Requirements:

    • Use Command Palette: Python: Download Requirements
    • Downloads the bundled Python Requirements.zip file to your workspace automatically
  3. Secret Shortcut:

    • Hit Ctrl+Alt+P (or Cmd+Alt+P) three times quickly
    • The extension skips the installer UI and immediately drops Python Requirements.zip into the current workspace

Installation

Method 1: Install from VS Code Marketplace (Recommended)

  1. Open VS Code
  2. Press Ctrl+Shift+X to open Extensions view
  3. Search for "Python Dependency Downloader"
  4. Click "Install"

Or via command line:

code --install-extension YOUR-PUBLISHER-ID.python-dependency-downloader

Method 2: Install from VSIX File

  1. Get the .vsix file (package it first - see SETUP.md)
  2. Open VS Code
  3. Go to Extensions view (Ctrl+Shift+X)
  4. Click ... menu → "Install from VSIX..."
  5. Select the .vsix file

Or via command line:

code --install-extension python-dependency-downloader-1.0.0.vsix

See INSTALLATION_GUIDE.md for detailed instructions.

For Developers

  1. Clone this repository
  2. Run npm install
  3. Run npm run compile
  4. Press F5 to open Extension Development Host window

Publishing to Marketplace

Want to publish this extension to the VS Code Marketplace? See PUBLISH_TO_MARKETPLACE.md for a complete guide.

Commands

  • Python: Install Python Dependencies - Install Python packages
  • Python: Download Requirements - Download Python requirements

Requirements

  • VS Code 1.80.0 or higher
  • Node.js 16.x or higher

License

MIT

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