Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erthium/converter

Convertions in all kind to all formats
https://github.com/erthium/converter

moviepy pdf2image pillow pillow-library pypdf2 python python3 reportlab reportlab-pdf

Last synced: about 2 months ago
JSON representation

Convertions in all kind to all formats

Awesome Lists containing this project

README

        

# Convertor

A simple library for making easy convertions between different types of files.

## License

This project is licensed under the [GNU GPL-3.0](https://github.com/ErtyumPX/convertor/blob/main/LICENSE) license.

## Setup

The project is written in Python 3.11.6, although should work on any Python Interpreter above 3.5.x.

It has many dependencies for file manipulation, check the requirements.txt file.

For easy setup, create a python virtual environment and run:

```bash
# for ease of use, you can run
make init
# or manually
pip install -r requirements.txt
```

## Project Structure

...will be added soon...