Skip to content

bhimbho/First-Image-Finder-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages