$ pip install plywood-gallery $ python >>> from plywood_gallery import quickstart, generate_html >>> quickstart() >>> # Now: details in gallery_config.yaml >>> generate_html(yaml_file="gallery_config.yaml", html_file="index.html") >>> # Now: Open Index.html