文件名称:exam_system_python-flask:这个是一个在线考试系统,利用 Python的 flask 的框架实现
文件大小:4.09MB
文件格式:ZIP
更新时间:2024-06-04 04:27:45
JavaScript
exam_system_python-flask build by Python 3.6 Flask 安装好了 flask 直接使用就行,如果提示缺少第三方插件,就自行安装 数据库使用的是 mysql ,数据库配置在 config.py 里面
【文件预览】:
exam_system_python-flask-master
----config.py(209B)
----analyze.py(3KB)
----run.py(7KB)
----LICENSE(11KB)
----README.md(213B)
----templates()
--------index.html(9KB)
--------admin.html(3KB)
--------results.html(5KB)
--------temp.html(3KB)
--------exam.html(8KB)
--------base.html(583B)
----static()
--------bootstrap()
--------images()
--------javascript()
--------css()