Skip to content

Displays information about Michelin-starred restaurants in the SF Bay Area.

Notifications You must be signed in to change notification settings

morosebose/michelin-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

michelin-db

Description

This project has two main code files.

lab3back.py: Database back end

  • Scrape the Michelin database for Cupertino restaurants
  • Create a JSON file of the data
  • Create a sqlite3 database from the JSON file

lab3front.py: GUI front end

  • 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

Skills used

  • Requests
  • Beautiful Soup
  • SQLite 3
  • TKinter

Credits

  • Lab 3 for CIS 41B (Advanced Python Programming) at De Anza College, Spring 2023.
  • Professor: Clare Nguyen
  • Author: Surajit A. Bose, © 2023

About

Displays information about Michelin-starred restaurants in the SF Bay Area.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages