https://github.com/joke2k/iconfonts
A python package that provides a toolkit to render icon-font glyphs.
https://github.com/joke2k/iconfonts
Last synced: 3 months ago
JSON representation
A python package that provides a toolkit to render icon-font glyphs.
- Host: GitHub
- URL: https://github.com/joke2k/iconfonts
- Owner: joke2k
- License: mit
- Created: 2014-06-12T15:03:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T19:45:33.000Z (about 3 years ago)
- Last Synced: 2025-03-24T23:41:26.221Z (10 months ago)
- Language: Python
- Homepage: http://iconfonts.rtfd.org
- Size: 23.4 KB
- Stars: 12
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
=========
IconFonts
=========
.. image:: https://badge.fury.io/py/IconFonts.png
:target: https://badge.fury.io/py/IconFonts
.. image:: https://travis-ci.org/joke2k/iconfonts.png?branch=master
:target: https://travis-ci.org/joke2k/iconfonts
.. image:: https://coveralls.io/repos/joke2k/iconfonts/badge.png?branch=master
:target: https://coveralls.io/r/joke2k/iconfonts?branch=master
This package provides a toolkit to render icon-font glyphs.
Documentation
-------------
The full documentation is at https://iconfonts.readthedocs.org.
Quickstart
----------
Install IconFonts::
pip install iconfonts
Then use it in a project::
>>> import iconfonts
>>> iconfonts.get_icon('star')
u''
Features
--------
* Multiple Icon font supported
* Auto registration of IconFonts
* Third party template systems integration (django)
* Tests
Installed Fonts
---------------
* `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)
.. _Font-Awesome: http://fontawesome.io/
.. _Ionicons: http://ionicons.com/
.. _Open Iconic: http://useiconic.com/open/
.. _Glyphicon: http://glyphicons.com/
.. _DashIcons: http://melchoyce.github.io/dashicons/
.. _Foundation Icons: http://zurb.com/playground/foundation-icon-fonts-3
.. _Flag Icons: http://lipis.github.io/flag-icon-css/
.. _Wheather Icons: http://erikflowers.github.io/weather-icons/