harshanas / ZamzarConverter

Allows you to convert Files from Command Line by using Zamzar APIs
3 stars 0 forks source link
api api-wrapper command-line-tool file-conversion python python3 zamzar

Zamzar Converter

Allows you to convert Files from Command Line by using Zamzar APIs

:gear: Prerequisites

:wine_glass: Installation

  1. Clone the Repository
    git clone https://github.com/harshanas/ZamzarConverter.git
  2. Install the Requirements
    pip install -r requirements.txt
  3. Open config.json file and Insert your API Key

:hammer: Usage

To convert a file from epub format to pdf, use the below command

convert.py -s "book.epub" -f "pdf"

:mag_right: Arguments that can be parsed

Argument Description Example
-s The path of the file to be converted -s "hello.mp4"
-f The format that files needs to get converted -f "avi"

:pray: Huge Thanks