Metadata-Version: 2.4
Name: txtify
Version: 0.0.1
Summary: A Python application to convert PowerPoint, Word, Excel, and PDF files to plain text.
Author-email: Ray Rada <rayrada1@gmail.com>, Anthony Furst <anthony.furst@afs.com>
License-Expression: MIT
License-File: LICENSE.txt
Keywords: converter,document,pdf,powerpoint,text,word
Requires-Python: >=3.8
Requires-Dist: click
Requires-Dist: docx2txt
Requires-Dist: pandas
Requires-Dist: pypdf2
Requires-Dist: python-pptx
Requires-Dist: xlrd
Description-Content-Type: text/markdown

# document_converter

[![PyPI - Version](https://img.shields.io/pypi/v/txtify.svg)](https://pypi.org/project/txtify)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/document-converter.svg)](https://pypi.org/project/txtify)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install txtify
```

## License

`document-converter` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
