Metadata-Version: 2.1
Name: pdftoword
Version: 0.1
Summary: A simple PDF to Word converter with a drag-and-drop interface.
Home-page: https://github.com/yourusername/pdftoword
Author: Adam Dinelli
Author-email: isaiahjpeterson007@example.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

# PDF to Word Converter

This is a simple drag-and-drop application that allows users to convert PDF files to Word documents while preserving formatting and images.

## Usage

1. Install the package using pip.
2. Run the application by typing `pdftoword` in the command line.
3. Drag and drop a PDF file into the window to convert it.

## Installation

```bash
pip install pdftoword

### 4. **Build the Package**

To build the package and prepare it for uploading to PyPI, you need to create distribution files:

```bash
python setup.py sdist bdist_wheel
