A simple command line tool to convert files from one form to another.
Project description
ez-cli-convert
An open-source repository based in Python for easily converting files from one form to another using the command-line interface (CLI).
Installation
pip install ez-convert
Usage
- Copy the path of the file you wish to convert to your clipboard. (on MacOS,
option
+ right-click -->Copy ... as pathname
; on Windows,Shift
+ right-click -->Copy as Path
) - Open the terminal and simply run
ezconvert --otype {your desired output file type}
The script will produce a file of the desired type (i.e. pdf
, jpg
, mp4
, mov
, etc.) in the location of the copied file as well as the same file name. Currently, functionalities will be added as they become needed.
Dependencies
- This tool uses
ffmpeg
under the hood for video file conversion, so you will need to have that installed on your system - The clipboard functionality is provided by
pyperclip
- Conversion from images to pdf and vice versa is accomplished using the
Pillow
module
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
ez-convert-0.0.1.tar.gz
(2.7 kB
view hashes)
Built Distribution
Close
Hashes for ez_convert-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12189bfe37e9f275461ca91b6c0fe978acb0746f7ae1dc5f54c4c33fee04ed5d |
|
MD5 | 9b257287b755fa63e19de4b0134faa49 |
|
BLAKE2b-256 | 8c019832a48a6914e3a97992f82a60adceadab82fc222cc0aeb09a25a660e1f0 |