DavidMetcalfe / Python-venv-setup-automation

Automates some of the tedium of creating venv environments for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python venv setup automation

Automates some of the folder creation, requirements.txt, appends any packages to the file, and installs said packages.

Installation

No external packages required.

Usage

  1. Run python venv_setup_automation.pyfrom a command line / terminal window.
  2. The app will prompt for the folder name and then any requirements to install via pip.

About

Automates some of the tedium of creating venv environments for Python

License:GNU General Public License v3.0


Languages

Language:Python 100.0%