https://github.com/alexpdev/googlecmd
Launch google search query from the command line.
https://github.com/alexpdev/googlecmd
cli search-engine
Last synced: about 2 months ago
JSON representation
Launch google search query from the command line.
- Host: GitHub
- URL: https://github.com/alexpdev/googlecmd
- Owner: alexpdev
- License: apache-2.0
- Created: 2023-10-08T05:49:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-08T08:28:28.000Z (over 1 year ago)
- Last Synced: 2025-02-10T12:21:23.479Z (4 months ago)
- Topics: cli, search-engine
- Language: Python
- Homepage: https://github.com/alexpdev/googlecmd
- Size: 3.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# GoogleCMD
* * *



## This project has no offiliation with Google or Alphabet in any way
## 🌐 Overview
A command line utility for launching google search queries from the command line.

## 🔌 Requirements
- Python 3.6+
- Tested on Linux, Windows and Mac## 💻 Install
**PyPi:**
```bash
pip install googlecmd
```**Git:**
```bash
git clone https://github.com/alexpdev/googlecmd.git
cd googlecmd
pip install .
```## 📝 License
Apache Software License v2.0 - See [LICENSE]("https://github.com/alexpdev/torrentfile/blob/master/LICENSE")
## 💡 Issues & Requests & PRs
If you encounter any bugs or would like to request a new feature please open a new issue.
PRs and other contributions that are meaningful and add value to the project are welcome.* * *
## Usage Examples
```bash
google how to run a google search query
```