Python SDK Froala WYSIWYG Editor
About
The Python SDK for the Froala WYSIWYG HTML Editor is designed to work for both Python 2 and Python 3 with integration examples for popular python frameworks: Django, Flask and Pyramid.
Download
Get Froala rich text editor running with our PHP SDK library by hitting the download link below.
Import the SDK in your app
from froala_editor import File, Image, S3
from froala_editor import DjangoAdapter, FlaskAdapter, PyramidAdapter
# Or make a custom adapter for your framework.
Note: For image upload, please make sure your server has the Wand ImageMagick binding for Python enabled.