项目作者: RaghavSaxena96

项目描述 :
Use Python Flask library to run python for website creation and script execution on button click.
高级语言: HTML
项目地址: git://github.com/RaghavSaxena96/Python-Flask-Website.git
创建时间: 2019-10-21T13:04:43Z
项目社区:https://github.com/RaghavSaxena96/Python-Flask-Website

开源协议:

下载


Python-Flask-Website-for-python-script-Execution

Use Flask library in python for website creation and script execution on button click.
Use this if you want to use python for website creation and execute python code on button click using http links.
Using Flask makes work very easy with its login-manager and sqlalchemy you can avoid using php and xampp
create your own routes or links in routes.py and enjoy…….

And this is much easier than Django which include a lot of changes in views.py and url.py everytime

Install the dependencies giving in the requirements.txt by using

pip install -r requirements.txt

Run the project using

python run.py

and open link http://localhost:5000