This project has two main code files.
- Scrape the Michelin database for Cupertino restaurants
- Create a JSON file of the data
- Create a sqlite3 database from the JSON file
- Allow user to choose restaurants by city or by cuisine
- Display list of restaurants for the city or cuisine chosen
- Allow user to see restaurant details
- Allow user to visit Michelin website for restaurant
- Requests
- Beautiful Soup
- SQLite 3
- TKinter
- Lab 3 for CIS 41B (Advanced Python Programming) at De Anza College, Spring 2023.
- Professor: Clare Nguyen
- Author: Surajit A. Bose, © 2023