You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an upper-intermidiate web scraping project using (beautifulsoup4, tkinter, ttkbootstrap, sqlite3 and requests_html) libraries
I used ttkbootstrap to have a more modern look in my app.
At first, run the scraper.py file and choose the car from the menu. (the menu items are all scraped!!) then click "search car" button.
A few moments later, 2 files will be created. The first file is the database which is sqlite3 and the second file is display.py wich displays the database in a tkinter GUI app.