Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ineshbose/font-installer
Install fonts from popular font-sites!
https://github.com/ineshbose/font-installer
dafont downloader font google-fonts
Last synced: 17 days ago
JSON representation
Install fonts from popular font-sites!
- Host: GitHub
- URL: https://github.com/ineshbose/font-installer
- Owner: ineshbose
- License: gpl-3.0
- Created: 2020-06-04T05:14:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:08:03.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T17:41:15.594Z (about 1 month ago)
- Topics: dafont, downloader, font, google-fonts
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# font-installer [![PyPI](https://img.shields.io/pypi/v/font-installer?style=flat-square)](https://pypi.org/project/font-installer/)
A simple program that helps to install fonts from:
* [dafont.com](https://dafont.com)
* [fonts.google.com](https://fonts.google.com)## Installation
### [PyPI](https://pypi.org/project/font-installer/)
```sh
$ pip install font-installer
$ font-installer -h
```### [Git](https://github.com/ineshbose/font-installer)
```sh
$ pip install git+https://github.com/ineshbose/font-installer.git
```## Usage
Installing fonts is as easy as browsing on sites, copying the URL, and using
```sh
$ font-installer
$ font-installer https://www.dafont.com/bebas-neue.font # example
```It is important that you use **Run as Administrator** (Windows) or **sudo** (Linux) to install. Simply paste the URL of your font and it _just works_!
No need to download the .zip to a directory, extract, install each file manually and delete the downloaded file!