It looks like you’re browsing an old version of Froala. Please go to the newer version of our docs for a more updated version.
- Back to Docs
- Install and Configure
- Image
- Server Upload
- Server Delete
- S3 Upload
- Resize
- Validation
- Image Manager
- Simple Server
- File
- Server Upload
- Server Delete
- S3 Upload
- Validation
- References
- Image
- File
- S3
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 Python 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.