Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Python Project Structure GeneratorNew to Visual Studio Code? Get it now.
Python Project Structure Generator

Python Project Structure Generator

Kamil Woźniak

|
11,801 installs
| (0) | Free
Extension to generate project scaffolding for Python developers
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

python-project-scaffold-generator

Simple VSCode extension to generate basic Python Project scaffolding.

docs/
src/
test/
venv/
.git
.gitignore
LICENSE
README.md
requirements.txt
setup.py

Installation

Install from VS Code Marketplace or run the command (ctrl + P): ext install python-project-scaffold-generator.

Features

Setup your Python Project open new directory and run the command (ctrl + shift + P) Create Python Project. After that your project and your virtual enviroment (venv) will be ready to work!

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