Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Python Project TemplateNew to Visual Studio Code? Get it now.
Python Project Template

Python Project Template

raghavwastaken1

|
2,062 installs
| (0) | Free
Create Basic Project
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

README

Python Project Template generator is a folder-file template generator for simple python projects. ( For WINDOWS ONLY )

Features

Consists of separations of file in folders and requirements can be specified. Add any additional package requirements in the text file. To run the program simply Execute the "run.bat" file. Any requirement, already not present will be install.

.
├── docs                    # Documentation files 
├── src                     # Source files
│    └── main.py              
├── imports                 # Custom Modules
├── res                     # Resources files
├── LICENSE
├── requirements.txt
├── run.bat
└── README.md

Requirements

* Python
* Pip

Known Issues

Report any issues in the github repo.

Release Notes

0.0.1

Implementing Basic Functionality


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