Scrape the result list of search query from allitebooks.com and view the complete detail in one page. So the user doesn't have to go to book page to see the detail of the book.
- You need to have python3 along with pip installed in your computer.
- Install virtual environment inside project folder.
python3 -m venv env
- Install required package with pip
pip install -r requirement.txt
- Go to project folder and activate virtual env
source env/bin/activate
- Run the program
python app.py
- Open
localhost:5000
in your browser.