11# Icon Font to PNG
2- [ ![ Version] ( https://img.shields.io/pypi/v/icon_font_to_png.svg )] ( https://pypi.python.org/pypi/icon_font_to_png )
3- [ ![ Downloads] ( https://img.shields.io/pypi/dm/icon_font_to_png.svg )] ( https://pypi.python.org/pypi/icon_font_to_png )
2+ [ ![ PyPI Version] ( https://img.shields.io/pypi/v/icon_font_to_png.svg )] [ Project PyPI ]
3+ [ ![ PyPI Downloads] ( https://img.shields.io/pypi/dm/icon_font_to_png.svg )] [ Project PyPI ]
4+ [ ![ Python Versions] ( https://img.shields.io/pypi/pyversions/icon_font_to_png.svg )] [ Project PyPI ]
45[ ![ License] ( https://img.shields.io/github/license/Pythonity/icon-font-to-png.svg )] ( https://github.com/Pythonity/icon-font-to-png/blob/master/LICENSE )
6+
57[ ![ Build] ( https://img.shields.io/travis/Pythonity/icon-font-to-png.svg )] ( https://travis-ci.org/Pythonity/icon-font-to-png )
8+ [ ![ GitHub Issues] ( https://img.shields.io/github/issues/Pythonity/icon-font-to-png.svg )] ( https://github.com/Pythonity/icon-font-to-png )
9+ [ ![ Code Issues] ( https://www.quantifiedcode.com/api/v1/project/8d545f881ce9476e9e2d8028bd300f63/badge.svg )] ( https://www.quantifiedcode.com/app/project/8d545f881ce9476e9e2d8028bd300f63 )
610
711Python library made for easy and simple export of icons from web icon
812fonts (e.g. Font Awesome, Octicons) as PNG images. It comes with a shell script
@@ -13,12 +17,12 @@ There's also `font-awesome-to-png` script for backwards compatibility with the
1317[ first] ( https://github.com/odyniec/font-awesome-to-png ) iteration of the concept.
1418
1519Package is considered to be in beta status and no backwards compatibility
16- (if you use it inside your project) between (minor) versions is provided .
20+ (if you use it inside your project) between versions is guaranteed .
1721
1822Packages required for running and testing are listed in ` requirements ` directory.
1923
2024## Installation
21- Make sure you have required packages for [ Pillow installation] ( https://pillow.readthedocs.org/en/3.0 .x/installation.html ) .
25+ Make sure you have required packages for [ Pillow installation] ( https://pillow.readthedocs.org/en/3.1 .x/installation.html ) .
2226
2327With ` pip ` (recommended):
2428```
@@ -83,12 +87,11 @@ Or you can use `font-awesome-to-png`, which works analogously:
8387` $ font-awesome-to-png ALL `
8488
8589## API
86- You can use ` IconFont ` (and ` FontAwesomeDownloader ` /` OcticonsDownloader `
87- for that matter) directly inside your Python project. There's no documentation
88- as of now, but the code is commented and * should* be pretty straightforward
89- to use.
90+ You can use ` IconFont ` (and ` FontAwesomeDownloader ` /` OcticonsDownloader ` for that matter)
91+ directly inside your Python project. There's no documentation as of now,
92+ but the code is commented and * should* be pretty straightforward to use.
9093
91- But feel free to ask me if anything is unclear.
94+ But feel free to ask [ me ] ( mailto:pawel.adamczak@sidnet.info ) if anything is unclear.
9295
9396## Tests
9497Package was tested with ` tox ` on Python 2.7 and Python 3.4 (see ` tox.ini ` ).
@@ -106,3 +109,6 @@ Developed and maintained by [Pythonity](http://pythonity.com/).
106109
107110Original version by [ Michał Wojciechowski] ( https://github.com/odyniec ) ,
108111refactored by [ Paweł Adamczak] ( https://github.com/pawelad ) .
112+
113+
114+ [ Project PyPI ] : https://pypi.python.org/pypi/icon_font_to_png
0 commit comments