Skip to main content

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

  1. 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)
  2. 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


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.9.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

ez_convert-0.0.9-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page