Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 738 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 738 Bytes

First-Image-Finder-CLI

alt text

[![N|Solid](https://palletsprojects.com/logo-large.png =)]https://palletsprojects.com/p/click/) This CLI snippet was built in Python. It uses Click for CLI (Command Line Interface) interaction It uses Chrome Driver and beautiful Soup to search for image in browser

#Requirements

  • Python 3
  • Beautiful Soup 4 (BS4)
  • Selenium (Web Driver)
  • os library
  • urllib

To parse In a search value

Instead of

  • $ python cli -s "search value" (without quotes)

Use

  • cli -s "search value" (without quotes)

It automatically search for the first image and stores it a "Downloads" folder which is automatically created