Metadata-Version: 2.1
Name: azw3-converter
Version: 1.1
Summary: basic utility tools using calibre app in windows 10 for convert docx to azw3 format for kindle
Home-page: https://github.com/esafb52/azw3
Author: masiha ahmadi
Author-email: esafb52@gmail.com
License: GPL
Platform: UNKNOWN

* 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)




