Metadata-Version: 2.4
Name: easybornlib
Version: 0.1.2
Summary: A collection of machine learning and data science template scripts using matplotlib and seaborn.
Author-email: User <user@example.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# easybornlib

A collection of easy-to-use Python templates for Machine Learning, Data Pre-processing, and Web Scraping.
These templates emphasize rich visualization using `matplotlib` and `seaborn`.

## Installation

```bash
pip install easybornlib
```

## Usage

After installation, you can initialize the template scripts in your current working directory using the command-line tool.

To generate all templates:
```bash
easyplotlib-init all
```
Or simply:
```bash
easyplotlib-init
```

To list all available specific templates:
```bash
easyplotlib-init --list
```

To generate a specific template (e.g., boosting methods):
```bash
easyplotlib-init boosting
```
