Extract_Shapes_From_Tableau_Workbook Python code to extract shapes from Tableau workbooks How to use: Download this Python code and run the following code: import ExtractShapes as ES file_path = "My_Workbook.twb" extract_shapes(file_path) 🤓 Read my Medium blog about it here!