Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 7.25 KB

README.md

File metadata and controls

39 lines (29 loc) · 7.25 KB

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