romannurik / AndroidAssetStudio

A set of web-based tools for generating graphics and other assets that would eventually be in an Android application's res/ directory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to generate the icons from python script based on dynamic data from file?

hossambusiness opened this issue · comments

im building ci/cd tool and i was hoping if I can use this tool to generate app icons dynamic from python scrip

Hi there! The only feasible way to do this from a script would be to use node, with node-canvas or a headless browser like puppeteer, but even that would require a good amount of work :) I'm closing this as infeasible for this project.