Metadata-Version: 2.4
Name: browzy
Version: 0.1.0
Summary: A simple terminal-based web browser with Google search integration
Home-page: https://github.com/QUHu-FER/browzy
Author: QUHU
Author-email: ferdisa321@gmail.com
Keywords: browser terminal web-browser search google cli
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Topic :: Internet :: WWW/HTTP :: Browsers
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: beautifulsoup4
Requires-Dist: googlesearch-python
Requires-Dist: colorama
Requires-Dist: pyfiglet
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Browzy

A simple terminal-based web browser that allows you to search and read web content directly from your terminal.

## Installation

```bash
pip install browzy
```

## Usage

Just type:
```bash
browzy
```

Available commands:
- s(keyword) - search for content
- o(number) - open webpage in browser
- ow(number) - read webpage in terminal
- exit - exit program

## Features

- Google search integration
- Terminal-based web content reader
- Browser integration
- Colorful interface

## Requirements

- Python 3.6+
- Internet connection

## License

MIT License
