* basic utility tools using calibre app for convert docx to azw3 format for kindle
* this tool compatible with windows

Usage
=====
  >>> from azw3 import CalibreUtils
  >>> azw3_convert = CalibreUtils()
  >>> azw3_convert.convert_book_to_azw3(input_file_path, cover_path)

	
