Pythonity / icon-font-to-png

Python script (and library) for exporting icons from icon fonts (e.g. Font Awesome, Octicons) as PNG images
https://pythonity.github.io/icon-font-to-png/
MIT License
208 stars 35 forks source link

404 Not found error when trying to download Font Awesome icons #10

Open mountaindude opened 6 years ago

mountaindude commented 6 years ago

icon-font-to-png --download font-awesome

gives me a urllib.error.HTTPError: HTTP Error 404: Not Found

Some URL that has changed over at FA?

pawelad commented 6 years ago

Yeah, it probably changed with the release of Bootstrap 4 Font Awesome 5.

Thanks for reporting, I'll try to take a look and release a fixed version.

Legym commented 6 years ago

I found a temporary solution in case anyone else wants to download FA as images.

  1. https://github.com/FortAwesome/Font-Awesome/tree/master/web-fonts-with-css/webfonts
  2. Grab the SVG from FA repo and drag them over to http://fontello.com/
  3. Highlight and select all the icons and download the webfont
  4. Open the downloaded folder and place fontello.css and fontello.ttf in icon-font-to-png/bin (this repo)
  5. Run the command python icon-font-to-png --css fontello.css --ttf fontello.ttf --color '#fd9526' --size 48 ALL
jpzhangvincent commented 5 years ago

Just wondering, has the fix merged yet? I installed with "pip" and still got the error.

carlos-reyes commented 5 years ago

Same issue, installed with pip and "command not found" error is still present.

Ijustwantyouhappy commented 4 years ago

This module lacks of maintenance, so where is the author?

mountaindude commented 4 years ago

Hey guys, this is open source - and as such there typically aren't any solid support commitments. If the module lacks maintenance - feel free to step in and contribute! That's how the really awesome open source projects out there became just that - awesome.

HansCronau commented 3 years ago

@mountaindude Thing is: A PR fixing this issue has been open for almost 3 years. There seem to be some build errors, but there has been no response from the maintainer. Even awesome open source projects need a maintainer to at least accept PRs.