Skip to content

ags4436/flask-make

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation


Flask Make - An Automated python script for Flask

Flask make is a project made for automating flask project initializing steps where you need to create a python file, templates folder etc.
Now all these works can be done in a single run with flask-make.py
All you have to do is, just to clone the repo and run the file.

Installation

git clone https://github.com/ags4436/flask-make.git

Recommended Python Version:

The file supports Python 3.

Execution:

cd flask-make
python flask_make.py -d <dir_name> -p <path>

Example

python flask_make.py -d project -p C:\\users\\name\\Desktop
python3 flask_make.py -d project -p /home/kali/Desktop

License

Flask Make is licensed under the MIT License. take a look at the LICENSE for more information.