Metadata-Version: 2.1
Name: mad-monkey
Version: 0.2.0
Summary: 
Author: Aadityansha
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: typer[all] (>=0.6.1,<0.7.0)
Description-Content-Type: text/markdown


<h1 align='center'>Mad Monkey</h1>

![Mad Monkey](https://raw.githubusercontent.com/Aadityansha/Mad-Monkey/main/Mad%20Monkey.png)


<p align='center'>Mad Monkey is a command-line utility which helps developers to view file without opening it.</p>

> Just like cat command in linux and unix
## Installation

Install Mad Monkey with pip

```bash
pip install mad-monkey
```
    
## Usage

```bash
monkey <path-to-file>
```

## Examples

I have created a file `hello-world.txt` and running monkey command to view this file.

```bash
monkey hello-world.txt
```

**Output**
```txt
Hello world
```


## Authors

- [@Aadityansha](https://www.github.com/Aadityansha)


## License

[MIT](https://github.com/Aadityansha/Mad-Monkey/blob/main/LICENSE)


