Ejemplo n.º 1
0
def main():
    # To read movies' data from the json file
    json_path = "./movies.json"
    movie_list = Movie.make_movies_list(json_path)

    # To generate the final HTML file and open it in browser
    fresh_tomatoes.create_main_page(movie_list)