Metadata-Version: 2.1
Name: streamlit_component_fill_square_cropper101
Version: 0.0.6
Summary: streamlit_component_fill_square_cropper, adds a filler when needed of the avg color pixel.
Home-page: https://github.com/webdevserv/streamlit_component_fill_square_cropper101
Author: Idoia Lertxundi
Author-email: idoiagoikoa@gmail.com
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: Pillow
Requires-Dist: numpy
Requires-Dist: streamlit

# Streamlit Component Fill Square Cropper101  
Streamlit Component Squares image with the adequate color filler  
![Alt Text](https://github.com/webdevserv/streamlit_component_fill_square_cropper101/blob/f6772817321ed43baa7f238f53f6b3613700597a/images/add.JPG)  

Demo: [![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://webdevserv-portfolio-idoia-icodeidoia-portfolio-9kblei.streamlit.app/a_LIVE_Square_Filler_app)  

# installation

pip install streamlit-component-fill-square-cropper101

# running locally

streamlit run app.py  
or  
streamlit run app.py --server.enableXsrfProtection false  

#temporarily disable XSRF protection, which might be causing the 403.  

# use

import streamlit as st  


from streamlit_component_fill_square_cropper101 import square_fill_cropper  
