Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/erthium/converter
- Owner: erthium
- License: gpl-3.0
- Created: 2024-02-10T22:36:18.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T23:38:52.000Z (6 months ago)
- Last Synced: 2024-07-09T03:58:26.246Z (6 months ago)
- Topics: moviepy, pdf2image, pillow, pillow-library, pypdf2, python, python3, reportlab, reportlab-pdf
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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...