/ZamzarConverter

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

Primary LanguagePython

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