Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eeue56/fontbomber
A clone of https://github.com/code-curve/font-bomb, but written in Python
https://github.com/eeue56/fontbomber
Last synced: about 2 months ago
JSON representation
A clone of https://github.com/code-curve/font-bomb, but written in Python
- Host: GitHub
- URL: https://github.com/eeue56/fontbomber
- Owner: eeue56
- License: bsd-3-clause
- Created: 2014-01-13T03:14:35.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-14T20:14:52.000Z (about 11 years ago)
- Last Synced: 2024-05-21T12:33:39.139Z (8 months ago)
- Language: Python
- Size: 172 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fontbomber
==========A clone of https://github.com/code-curve/font-bomb, but written in Python.
Difference at the moment is that instead of just pasting the URL, you can just put the family names, joined by commas, as the argument. Example -
```
python fontbomber Exo 2, Lustria
python fontbomber http://fonts.googleapis.com/css?family=Seymour+One|News+Cycle|Hanalei|Chango|Exo+2
```Works in both Python 2.7 and 3.3.
Will be on PyPi shortly.