Skip to content

Instantly share code, notes, and snippets.

View micahjlucas's full-sized avatar
:shipit:

Micah Lucas micahjlucas

:shipit:
View GitHub Profile
@micahjlucas
micahjlucas / fc-css_to_enum.py
Last active August 29, 2015 14:08
Converts .CSS file from FontCustom to Usable Enum list for AndroidIconify
__author__ = 'micahjlucas@gmail.com'
'''
Purpose: Converts generated CSS file (fontcustom.css) from FontCustom
to usable Enum list for Android-Iconify
Input: fontcustom.css
Output: fontcustom-output.txt
Notes: All file operations are done on /Desktop
'''