Skip to content

Instantly share code, notes, and snippets.

View radarlab-ian's full-sized avatar

IAN radarlab-ian

View GitHub Profile
@gelldur
gelldur / convertRes.py
Created June 27, 2016 14:45
Script converting android res folder to ios assets. Eg. from res to Assets.xcassets
#!/usr/bin/python
import sys
import os
import json
from shutil import copyfile
print('Number of arguments:', len(sys.argv), 'arguments.')
if len(sys.argv) < 3: