navchandar / File-Convertor-Utils

Set of custom Python Utilities to convert one file format into another. Filetypes supported: Excel, Images, PDF, GIF, MP4, XML, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File Convertor Utils

Donate License made-with-python

Convert one file format into another using Python scripts. Each script provides methods to enable single/multi file conversions.

Features

  • Excel to String
  • Excel to XML
  • GIF to MP4
  • IMG to PDF
  • PDF to String
  • HTML to Excel
  • XML to Excel

Dependencies

  • Image processing requires PIL.
  • Video conversion requires FFMPEG.
  • XML parsing requires lxml.
  • Excel parsing requires openpyxl and pandas.
  • PDF conversion requires PyPDF2.

Development

Want to contribute? Great!

Fork the repo and get busy or suggest a feature/bug.

Donate

Paypal Badge Ko-Fi Badge BuymeCoffee Badge

License

These set of utilities are licensed under Apache 2.0

About

Set of custom Python Utilities to convert one file format into another. Filetypes supported: Excel, Images, PDF, GIF, MP4, XML, etc.

License:Apache License 2.0


Languages

Language:Python 100.0%