Metadata-Version: 2.4
Name: comments_generator
Version: 0.1.3
Summary: A package for generating random comments based on category, language, and tone.
Home-page: https://github.com/yara.gafar99/comments_generator
Author: Yara Gafar
Author-email: Yara Gafar <yara.gafar99@gmail.com>
License: Apache-2.0
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# comments_generator

`comments_generator` is a lightweight Python package for generating random comments.  
It can be used for social media testing, bots, or any scenario where you need randomized text snippets quickly.

## Features
- Generate random comments (one or more) from a predefined dataset.
- Easily extendable with your own dataset.
- Simple and beginner-friendly.

## Installation

```
pip install comments_generator
```

## Usage

refer to `comments_generator\examples\example_usage_1.py` for a usage example

## Adding Your Own Comments

You can customize the comments dataset by editing the dataset.csv file located in `comments_generator/data/.`

## Contributing

Contributions are welcome! If you want to add more features or improve the package:

- Fork the repository

- Create a feature branch (git checkout -b feature/new-feature)

- Commit your changes (git commit -m 'Add new feature')

- Push to the branch (git push origin feature/new-feature)

- Open a Pull Request

## License

This project is licensed under the Apache 2.0 License. See the `LICENSE`
file for details.

## Contact

yara.gafar99@gmail.com
