Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexpdev/googlecmd
Launch google search query from the command line.
https://github.com/alexpdev/googlecmd
cli search-engine
Last synced: 21 days 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-08T08:28:28.000Z (about 1 year ago)
- Last Synced: 2024-10-15T20:23:01.433Z (about 1 month 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
* * *
![GitHub repo size](https://img.shields.io/github/repo-size/alexpdev/googlecmd?color=orange)
![GitHub License](https://img.shields.io/github/license/alexpdev/googlecmd?color=red&logo=apache)
![PyPI - Downloads](https://img.shields.io/pypi/dm/googlecmd?color=brown)
![GitHub Last Commit](https://badgen.net/github/last-commit/alexpdev/googlecmd?color=blue)## 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.
![Googlecmd_demo](https://raw.githubusercontent.com/alexpdev/googlecmd/master/googlecmd_demo.gif)
## 🔌 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
```