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.
- Host: GitHub
- URL: https://github.com/dbrennand/cloudconvertdirectory
- Owner: dbrennand
- License: mit
- Created: 2019-10-26T14:08:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-23T18:17:46.000Z (over 4 years ago)
- Last Synced: 2025-03-25T04:53:42.683Z (about 1 year ago)
- Topics: cli, cloudconvert, convert, directory, directory-convert, directory-traversal, files, multi-file-converter
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.