Python script for generating strings.xml file from font icons file generated by Fontastic.me.
it will map all the alphabets with the icon names replacing "-" with "_".
Ignore if already installed.
Install pip from https://pip.pypa.io/en/stable/installing/.
Or
Install pip using easy_install:
sudo easy_install pip
And the install requirements using:
pip install -U -r requirements.txt
python parser.py {source_file}.html {destination_file}.xml prefix
After running following command in terminal:
python parser.py example/icons-reference.html example/strings.xml ""
will gerenrate a example/string.xml file.