Metadata-Version: 2.1
Name: convertion
Version: 0.0.2
Summary: convert all .doc, .docx, .xls, .xlsx, .ppt, and .pptx file(s) to PDF at once
Author-email: calcuis <info@calcu.io>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: pywin32
Project-URL: Homepage, https://github.com/calcuis/convertion
Project-URL: Issues, https://github.com/calcuis/convertion/issues

### convertion

convert .doc, .docx, .xls, .xlsx, .ppt, and .pptx file(s) to PDF in the current directory.

#### install it via (pip/pip3):
```
pip install convertion
```

#### enter the conversion menu by (py/python/python3):
```
py -m convertion
```

opt to execute a conversion from the menu; shown as below:
>Please select a conversion:
>1. ALL to pdf
>2. word to pdf
>3. excel to pdf
>4. powerpoint to pdf
>
>Enter your choice (1 to 4): _
