Convert all files in a directory to another file format using the CloudConvert API.
# 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"
python convert.py <FROM> <TO> /path/to/directory <API_KEY>
E.g. python convert.py heic jpg /path/to/directory <API_KEY>
- dbrennand - Author - dbrennand
This project is licensed under the MIT License - see the LICENSE for details.