Quickly create a new Python project (with a .venv, requirements.txt, src/main.py, and README.md) directly from an empty Explorer in VSCode. This extension helps you scaffold a basic Python project in seconds.
Features
One-click project creation: Click the “Create Python Project” button in the Explorer when no folder is open.
Guided setup: Prompt for project name and folder location.
Virtual environment: Automatically creates a .venv using python -m venv.
Initial files: Generates requirements.txt, README.md, and a src/main.py as a starting point.
Seamless integration: Automatically opens the new project folder in the current VSCode window.
Installation
Via Visual Studio Marketplace
Open Visual Studio Code
Go to the Extensions tab (Ctrl+Shift+X or Cmd+Shift+X on macOS)
Search for Create Python Project by Horoko(Maksim Kudriavtsev)