https://github.com/dbrennand/cloudconvertheic
Convert all heic files in a directory to jpg format using the CloudConvert REST API.
https://github.com/dbrennand/cloudconvertheic
cli cloudconvert convert directory directory-convert directory-traversal files multi-file-converter
Last synced: about 1 year ago
JSON representation
Convert all heic files in a directory to jpg format using the CloudConvert REST API.
- Host: GitHub
- URL: https://github.com/dbrennand/cloudconvertheic
- Owner: dbrennand
- License: mit
- Created: 2019-10-26T14:08:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T13:13:47.000Z (about 1 year ago)
- Last Synced: 2025-05-08T02:15:21.484Z (about 1 year ago)
- Topics: cli, cloudconvert, convert, directory, directory-convert, directory-traversal, files, multi-file-converter
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CloudConvertHeic
Convert all heic files in a directory to jpg format using the [CloudConvert REST API](https://cloudconvert.com/api/v2#overview).
## Usage
> This project requires [uv](https://docs.astral.sh/uv/).
1. Install the project dependencies:
```bash
uv sync
```
2. Run the conversion:
```
uv run main.py --api-key '' /path/to/directory
```
## Authors
- [Daniel Brennand](https://github.com/dbrennand)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) for details.