Skip to content

Bearded-Hen/FACheatSheetParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

FACheatSheetParser

A simple Python script that parses the FontAwesome Cheatsheet. FA codes are mapped against unicode values, allowing more readable code.

Example Output

faMap.put("fa-adjust", "\uf042");

This is currently used for Android Bootstrap, but should provide an easy starting point for anyone wanting to use FontAwesome in any language.

About

A simple Python script that parses the FontAwesome Cheatsheet into a dictionary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages