Skip to content

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

License

Notifications You must be signed in to change notification settings

dbrennand/CloudConvertDirectory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudConvertDirectory

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

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 <FROM> <TO> /path/to/directory <API_KEY>

E.g. python convert.py heic jpg /path/to/directory <API_KEY>

Authors -- Contributors

License

This project is licensed under the MIT License - see the LICENSE for details.

Releases

No releases published

Packages

No packages published

Languages