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

https://github.com/dbrennand/cloudconvertdirectory

Convert all files in a directory to another file format using the CloudConvert API.
https://github.com/dbrennand/cloudconvertdirectory

cli cloudconvert convert directory directory-convert directory-traversal files multi-file-converter

Last synced: about 1 year ago
JSON representation

Convert all files in a directory to another file format using the CloudConvert API.

Awesome Lists containing this project

README

          

# CloudConvertDirectory
Convert all files in a directory to another file format using the [CloudConvert API](https://cloudconvert.com/api/v2#overview).

## Dependencies

```
# pyproject.toml
[tool.poetry.dependencies]
python = "^3.7"
fire = "0.4.0"
cloudconvert = {git = "https://github.com/cloudconvert/cloudconvert-python.git", rev = "v1"}

[tool.poetry.dev-dependencies]
black = "^21.11b1"
```

## Usage
`python convert.py /path/to/directory `

E.g. `python convert.py heic jpg /path/to/directory `

## Authors -- Contributors

* **dbrennand** - *Author* - [dbrennand](https://github.com/dbrennand)

## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) for details.