Skip to content

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

Notifications You must be signed in to change notification settings

harshanas/ZamzarConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages