Metadata-Version: 2.1
Name: googlecmd
Version: 0.1.0
Summary: Launch google search query from the command line.
Author-email: alexpdev <alexpdev@pm.me>
Project-URL: homepage, https://github.com/alexpdev/googlecmd
Project-URL: repository, https://github.com
Project-URL: documentation, https://alexpdev.github.io/googlecmd
Project-URL: changelog, https://alexpdev.github.io/googlecmd/changelog/
Project-URL: issues, https://github.com/alexpdev/googlecmd/issues
Keywords: Google-Search,Search-Engine,Query,Browser,CLI
Classifier: Environment :: Console
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# TorrentFile

![torrentfile](https://github.com/alexpdev/googlecmd/logo.png)

* * *

![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.

## 🔌 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
```
