Allows you to convert Files from Command Line by using Zamzar APIs
- Zamzar API Key You can get an API Key from this link
- Python 3.7
- Clone the Repository
git clone https://github.com/harshanas/ZamzarConverter.git
- Install the Requirements
pip install -r requirements.txt
- Open config.json file and Insert your API Key
To convert a file from epub format to pdf, use the below command
convert.py -s "book.epub" -f "pdf"
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" |
- To Zamzar devs
- To the people who view, star, fork clone and contribute to this repository