This project is heavily reliant on our custom Drawscape Factorio python module.
Add this skill
npx mdskills install PatrickJS/cursor-python-flask-json-guideCode example without agent instructions, trigger conditions, or actionable workflow guidance
1This project is heavily reliant on our custom Drawscape Factorio python module.23Here is code examples of how to use the module:45```python6from drawscape_factorio import create as createFactorio7from drawscape_factorio import importFUE589with open('/path/to/exported-entities.json', 'r') as file:10 json_data = json.load(file)11 data = importFUE5(json_data)12 result = createFactorio(data, {13 'theme_name': 'default',14 'color_scheme': 'main',15 'show_layers': ['assets', 'belts', 'walls', 'rails', 'electrical', 'spaceship']16 })1718with open(output_file_name, 'w') as f:19 f.write(result['svg_string'])2021
Full transparency — inspect the skill content before installing.