This package provides a toolkit to render icon-font glyphs.
The full documentation is at https://iconfonts.readthedocs.org.
Install IconFonts:
pip install iconfonts
Then use it in a project:
>>> import iconfonts >>> iconfonts.get_icon('star') u'<i class="star"></i>'
- Multiple Icon font supported
- Auto registration of IconFonts
- Third party template systems integration (django)
- Tests
- Font-Awesome (font-awesome or fa)
- Ionicons (ionicons or ion)
- Open Iconic (iconic or oi)
- Glyphicon (glyph-icons or glyph)
- DashIcons (dash-icons or dash)
- Foundation Icons (foundation or fo)
- Flag Icons (flag-icons or flags)
- Wheather Icons (weather-icons or weather)