/fb2ToMobi

First python project for language learning purposes

Primary LanguagePython

convert FB2 to MOBI

Django REST API which converts FB2 (open XML-based e-book format) to MOBI (KINDLE e-book format)

in bonus: added ability to convert from '.EPUB', '.DOC', '.DOCX', '.PDF'

In order to run project download calibre: https://calibre-ebook.com/download_portable edit .\fb2tomobi\fb2tomobi\settings.py constant CALIBRE_CONVERTER_LOCATION to calibre ebook-convert.exe location (tested only on windows)

    pip install -r requirements.txt
    python manage.py makemigrations
    python manage.py migrate --run-syncdb
    python manage.py runserver

api url: http://localhost:8000/ admin api url: http://localhost:8000/admin

admin acc creation:

    python manage.py createsuperuser