Metadata-Version: 2.4
Name: toolvix
Version: 0.1.5
Summary: Simple dynamic file, PDF, and image automation tools for Python
Author-email: "A.Preetam krishna" <preetam.200729@gmail.com>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: Pillow>=10.0
Requires-Dist: pypdf>=4.0
Requires-Dist: pdf2docx>=0.5.6
Requires-Dist: PyMuPDF>=1.24
Requires-Dist: python-pptx>=0.6.23
Requires-Dist: cryptography>=42.0
Provides-Extra: windows
Requires-Dist: pywin32>=306; extra == "windows"

# Toolvix

Toolvix is a Python utility library designed to simplify common file, document, PDF, and image processing tasks.

It provides easy-to-use functions for processing files, converting documents, working with images, and building multi-step workflows through function nesting and chaining.

## Installation

Install Toolvix using:

```cmd
py -m pip install toolvix

```

For Windows-specific features:

```cmd
py -m pip install "toolvix[windows]"

```
