Best Flask open-source libraries and packages

Cloudinary upload

This program enables you to upload static files to cloudinary using cloudinary api keys. It also contains a rich text editor
Updated 10 months ago

cloudinary-upload and rich text editor (flask ckeditor)

This project is about how to upload multiple static files/images to cloudinary, and display in your html file. Using flask, cloudinary package and sqlite.

How to run program

  • Install the packages
pip install -r requirements.txt
  • Update the configuration in the routes.py file to your details
  • Run your flask program