c8d61374db
Explained setup.
12 lines
628 B
Markdown
12 lines
628 B
Markdown
# font-link
|
|
This python script extracts font links from any given website.
|
|
|
|
## Steps to use this script
|
|
- You must have python installed on your computer. (https://www.python.org/downloads/)
|
|
- Download bs4. You can do this by running the command `pip install bs4`
|
|
- Download the given python file.
|
|
- Change `https://yourlinkhere` to the website you want to grab the font file from.
|
|
- Open the directory in which the file is located in your CLI client of choice.
|
|
- Run `python fontlink.py`
|
|
- You should get the directory path/link of the font file in your CLI client. In the case of directory paths, they follow the same domain.
|