/25percent

Python Script used for marking 5 page website assignment

Primary LanguagePython

25percent

Python Script used for marking the Web site assignments. The script can be configured to handle the 25 or the 50% assignments.

It requires Python 3 and the BeautifulSoup library.

You can also use the Python simple HTTP server by invoking the command below from the command line.

python -m http.server 8000 --bind 127.0.0.1

The applicaiton will require selenium install using pip install selenium.

You will also need a webdriver; the Chrome Webdriver has been hardcoded.