From 37648ae93f6e4c37265cc43b77d8a783874e1ebc Mon Sep 17 00:00:00 2001 From: Sherlock <82929505+AvMavs@users.noreply.github.com> Date: Sun, 15 Jan 2023 03:12:39 +0530 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 41fa3ee..302c20c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # 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. +- Open the directory in which the file is located in your CLI client of choice. +- Run `python fontlink.py`