Skip to content

Files

Latest commit

201ae63 · Oct 5, 2021

History

History
This branch is 7 commits behind HarshCasper/Rotten-Scripts:master.

Flask_Directory_Initiator

README.md

Script to initiate flask directory

How This works

  1. Create and activate a virtual environment.
  2. Run pip install -r requirements.txt
  3. Run python3 flask_init.py
  4. Input the name of the project
  5. Input a directory to store your project

A new flask project directory will be created with a virtual environment inside your project.