So, I am developing my own game, and using python to do so. I am wondering how I can have a character sheet access external information/art. Any generic method is good; if there is a way to send information to a website and get information/art back from it that would work for me. I understand that iframe is not allowed, since this is a security issue. What I'm wondering is how to get access to Python scripts I've wrote (assume they will be available as a flask app on the web, so any generic web scrape ability is fine) in a roll20 character sheet. Basically I need a way to let Python and Postgres do the heavy lifting. Any reasonable way to import external information/pngs into roll20 (not manually) would be appreciated.