# Scripts Bundled resources for data-visualization-creator skill - [ ] data_analyzer.py: Analyzes the provided data and suggests appropriate visualization types based on data characteristics (e.g., distribution, correlation). - [ ] chart_generator.py: Generates the visualization code (e.g., using Matplotlib, Seaborn, Plotly) based on the selected type and data. - [ ] data_validator.py: Validates the input data format and content to prevent errors during visualization.