Handy Helpers is a simple Python program that provides two useful functions:
- PDF to Spreadsheet Conversion: Convert PDF files to CSV format.
- Images to PDF Conversion: Combine multiple image files (JPEG, PNG, etc.) into a single PDF document.
- Click the "PDF to Spreadsheet" button to select a PDF file for conversion to CSV format.
- Click the "Images to PDF" button to select multiple image files and generate a PDF document.
- Ensure you have Python installed on your system.
- Install the required Python packages using pip:
pip install pillow tabula-py
- Run the program by executing
python handy_helpers.py
in your terminal.
This program uses the following libraries:
- Pillow (PIL Fork) for image processing.
- Tabula-Py for PDF to CSV conversion.
- Tkinter for the graphical user interface.
This program is provided as-is, and the developer(s) make no warranties regarding its functionality or suitability for any specific purpose. Use it at your own risk.
Handy Helpers is licensed under the MIT License. See the LICENSE file for details.