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.1.1.tar.gz
(3.4 kB
view hashes)
Built Distribution
Close
Hashes for ez_convert-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f13ed3e6f3c20b90da4f6c07ebb9638ea2815553a2b954088565a2a6680764e |
|
MD5 | d94a2583f5048dcaed77e9d616c4b16d |
|
BLAKE2b-256 | e3763e026b128ee170a2b2125a427d99df0012c7f189589faeba14ffda4624b6 |