EPUB & MOBI to PDF Converter
A Python script that converts .epub and .mobi format ebooks to PDF files for reading across devices. It is GUI-driven (made using Tkinter) The user can select the file to be converted and it uses convertAPI to carry out the conversion
Prerequisites
This script requires convertapi to be installed. You can install using the requirements.txt file or >pip install --upgrade convertapi
How to run the script
Save the script and run it normally. The GUI will start, which can then be followed. The converted pdf is stored in the same directory as this script