Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krAshwin committed Nov 24, 2020
1 parent 76170f6 commit 1586acb
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,28 @@
# Google-Search-Hotkey
Automation using Python : Search Google using simple keyboard shortcut.
# Google-Search-Hotkey v3.0
Search Google using simple keyboard shortcut.

## Getting Started
Clone the repository and specify a shortcut key for running the following command,
```shell
python3 /path/to/search.py
If you have go installed,
```
go get github.com/krAshwin/Google-Search-Hotkey
```
and you are good to go!

You can also download the precompiled binaries from [Linux](https://github.com/krAshwin/Google-Search-Hotkey/blob/master/linux/Google-Search-Hotkey) and [Windows](https://github.com/krAshwin/Google-Search-Hotkey/blob/master/windows/Google-Search-Hotkey.exe) directories.
## Prerequisites
`python3` must be installed in your system.
For linux - xclip, xsel or wl-clipboard, any one must be installed.
```shell
sudo apt install xclip
sudo apt install xsel
sudo apt install wl-clipboard
```
<br />

And following Python modules are required and must be installed,
* pyperclip - used for accessing the clipboard
```shell
pip3 install pyperclip
```

* webbrowser - opens a new tab in existing browser (if open) otherwise opens a new window in your default browser

> You don't have to install it specifically, it is already present in Python's standard library.

## Usage
This tool when binded with the shortcut keys can be very much helpful in order to search stuff on Google. <br> <br>
Expand Down

0 comments on commit 1586acb

Please sign in to comment.