Author: Deniss Tsokarev
File scrape_books.py scrapes an online-bookstore and creates a SQLite database with its data.
Once the database is created, top10.py is used to search the database and create data frames for the top 10 books in the following categories: "TOP RATED", "BEST PRICE" and "RECOMMENDED". The data frames are then saved in an Excel file.