Metadata-Version: 2.1
Name: hack-anything
Version: 0.1.4
Summary: 
Author: Praneeth
Author-email: spraneeth4@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: tqdm (>=4.62.3,<5.0.0)
Description-Content-Type: text/markdown


# hack_anything

An efficient and robust library to hack anything.


## Installation

Install project with pip

```bash
  pip install hack_anything  
```
    
## Usage/Examples

```python
from hack_anything import hack_tool

hack_tool.hack("Universal.Co")

```


