Metadata-Version: 2.1
Name: rule34-cli
Version: 0.1
Summary: A command-line tool for searching images from rule34.xxx
Home-page: https://github.com/Lempa21/Rule34-CLI
Author: Lempa
Author-email: mempa1peu@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: requests
Requires-Dist: rich

# Random34

## Description

Random34 is a CLI tool that searches for images on Rule 34 using specified keywords and allows users to save the URLs to a file.

## Features

- Interactive user interface with `Rich`
- Keyword management (input directly or from a file)
- Image retrieval from Rule 34 API
- Balanced distribution of images per keyword
- Clear display of results with associated keywords
- Save URLs to a text file
- Error handling with clear messages

## Installation

To install the required packages, run:

```bash
pip install -r requirements.txt
```

## Usage

To run the tool, use the following command:

```bash
python3 script.py -k "keyword" -n 5
```

Replace `"keyword"` with your desired search term and `5` with the number of images you want to retrieve.

## Contributing

Feel free to open issues or submit pull requests! Contributions are welcome.
