A website built with Django and Beautiful Soup that scrapes data from pdfdrive.com and returns a more simplistic UI
To Get started, Make sure you have Python 3 in your environment. You can also create a Virtual Environment
Run requirements.txt
pip install -r requirements.txt
In your terminal, Run The Following Code
py manage.py migrate
py manage.py runserver