Skip to main content

Multiple file converters

Project description

flconverters

A Python module containing multiple file converters.

Authors

CSynodinos

Installation

Via pip:

  pip install flconverters

This is my first attempt at creating a library. This library allows for the conversion of files into other formats (both as a single file and as a batch). It relies on pillow, opencv, XLSXWriter and docx for most conversions. The rest are done by default python libraries. Currently, installation is available through pip, but in the future conda installation will be possible.

Example

    >>> from flconverters import txtconvert
    >>> convert = txtconvert(__file__ = path/to/file/or/directory, __d__ = path/to/output/directory)
    >>> convert.txt_docx()

Features

  • Convert Text Documents to .docx

    • Convert to .ods
  • Convert Image files to other formats:

    • images to pdf.
    • image to base64 text file (UTF-8 encryption).
    • images to binary.
    • multiple compressed/raw image formats to .jpeg and .png.
  • Convert spreadsheet files (.xlsx, .csv, .tsv) into .xlsx, .csv or .tsv.

    • Convert to .ods
    • Convert to .html

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flconverters-1.1.3.tar.gz (12.0 kB view hashes)

Uploaded Source

Built Distribution

flconverters-1.1.3-py3-none-any.whl (11.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page