harshanas / ZamzarConverter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zamzar Converter

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

โš™๏ธ Prerequisites

  • Zamzar API Key You can get an API Key from this link
  • Python 3.7

๐Ÿท 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

๐Ÿ”จ Usage

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

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

๐Ÿ”Ž 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"

๐Ÿ™ Huge Thanks

  • To Zamzar devs
  • To the people who view, star, fork clone and contribute to this repository

About

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


Languages

Language:Python 100.0%