A tool to convert and manipulate media files
Project description
Convertly
A command line tool to execute simple file conversions, image/video manipulations and folder changes. Use with conv <query>. Note that your outputs are being used to constantly being fine-tune a model to make it work better over time.
Installation
pip install convertly
Configuration
you will be prompted to configure the tool using your own OpenAI key.
Usage
To use Convertly, you can run the command followed by your query. For example:
> conv convert file.webp to file.png
* dwebp file.webp -o file.png
View the history of your queries with:
conv --history
Or reset your history with:
conv --clear
Example Use Cases
> conv a video in /path/to/video.mp4 to a gif
* ffmpeg -i /path/to/video.mp4 /path/to/video.gif
> conv copy all of Documents/Screenshots to a folder called Screenshots2 in the same directory
* cp -a Documents/Screenshots Documents/test
> conv rotate image.png by 90 degrees
* brew install imagemagick
* convert image.png -rotate 90 rotated_file.png
Support
Convertly wont be perfect; if you run into any issues, please send me a message or create an issue.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file convertly-0.4.5.tar.gz.
File metadata
- Download URL: convertly-0.4.5.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2f44c1bdca1fc2372fa64ab97356860911e8b6e00dea86c06594f9cbbd73c07
|
|
| MD5 |
ee23a4fb4b782c7403bfdafe6c867303
|
|
| BLAKE2b-256 |
f516654c111fa857b9fd9a91dd0b5f427ebd5a459dd15363bb19fa8503d8b8ec
|
File details
Details for the file convertly-0.4.5-py3-none-any.whl.
File metadata
- Download URL: convertly-0.4.5-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a2c148aa2a6377f9f498f57cef2e35a7c5ab023cd67eba7e526f52f0191d319
|
|
| MD5 |
3b766dfb5378fb40d84ad39c48e7f24b
|
|
| BLAKE2b-256 |
8a5254dbc8ec35416a046033092803604a34a34f80f56d109b5468569b051fcd
|