Skip to content

A simple python program to simulate Google's "I'm Feeling Lucky" feature directly in the terminal.

License

Notifications You must be signed in to change notification settings

vicennial/Lucky-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lucky-Search

A simple python program to simulate Google's "I'm Feeling Lucky" feature directly in the terminal.
The project idea and implementation is taken from the book 'Automate the boring stuff with python'.
Libraries used: BeautifulSoup(bs4), Requests, Sys, Webbrowser, Time.

Usage

With Installation

In the terminal, type the following commands:
sudo chmod +x install.bashrc
sudo ./install.bashrc
Then to run the script, type the following:
lucky <Search Key>

Without Installation

Open terminal in the downloaded directoy and type the following:
python3 lucky.py <Seach Key>

About

A simple python program to simulate Google's "I'm Feeling Lucky" feature directly in the terminal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages