From b57063e99c31b2131edd09379cc6ee0ed6cf45fb Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 29 Dec 2019 00:11:35 +0530 Subject: Added Files --- README.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..45a6ced --- /dev/null +++ b/README.md @@ -0,0 +1,37 @@ +# Web2Recipe + +This is a simple Python script to scrap recipes from websites and then generate stylized/non-stylized (no-extra-crap) single page HTML pages + +``` +usage: web2recipe.py [-h] [-S] [-V] [-U URL] + +This program takes the URL of a website with the target recipe, scraps it and +stylises it. If the stylized argument is not passed, then it generates a +vanilla HTML file + +optional arguments: + -h, --help show this help message and exit + -S, --stylized generate stylized html + -V, --version show program version + -U URL, --url URL input url +``` + +### Screenshots + +#### Simple + +![non-stylized](./assets/ss1.png, "Non-Stylised") + +![stylized](./assets/ss2.png, "Stylised") + +![stylized-mobile](./assets/ss3.png, "Stylised (Mobile)") + +### Requirements + +* BeutifulSoup4 +* Markdown2 + +### Acknowledgemnts + +* Zack Schollz Github: schollz - Ingredients API +* CodePen: oliviale - Recipe Layout CSS \ No newline at end of file -- cgit v1.2.3