Thanks to visit codestin.com
Credit goes to github.com

Skip to content

wangsichencn/Python_ClassDesign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

内容来源

此项目爬取了 https://pass-dmv-test.com/quiz-1-zh 作为题库。

运行条件

需要安装 bs4, selenium 和 requests 库,以支持运行。

pip install bs4 selenium requests

请在venv环境下运行代码,否则无法使用。

操作步骤

  • 打开项目,在终端中输入 python manage.py runserver 即可运行。
  • 运行之后需要在网址栏复制此段 http://127.0.0.1:8000/user_list/ 即可使用。

Content Source

This project crawled https://pass-dmv-test.com/quiz-1-zh As a question bank.

Operating Conditions

Need to install bs4, selenium, and requests libraries to support runtime.

pip install bs4 selenium requests

Please run the code in the venv environment, otherwise it cannot be used.

Operation Steps

  • Open the project and enter python manage.py runserver in terminal to run it.

  • After running, you need to copy this section in the URL bar http://127.0.0.1:8000/user_list/ You can use it now.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published