is there any simple way or code to make an isometric cube for 1 or more textures in python
for example, in Minecraft, the game takes two images grass_top.png and grass_side.png


and it draws it in the player's inventory like this
is there any script, API, or CLI tool that makes me do this in python and convert this into a pil image?
I want to iterate through every file and export this type of image.