Project: streamlit-image-coordinates

Streamlit component that displays an image and returns the coordinates when you click on it

Project Details

Latest version
0.1.6
Home Page
https://github.com/blackary/streamlit-image-coordinates/
PyPI Page
https://pypi.org/project/streamlit-image-coordinates/

Project Popularity

PageRank
0.0029886687252369992
Number of downloads
65211

Streamlit-Image-Coordinates

Releases Python Versions License Black

Streamlit App

Author: @blackary

Code: https://github.com/blackary/streamlit-image-coordinates

Streamlit component that displays an image and returns the coordinates when you click on it

Installation instructions

pip install streamlit-image-coordinates

Usage instructions

import streamlit as st

from streamlit_image_coordinates import streamlit_image_coordinates

value = streamlit_image_coordinates("https://placekitten.com/200/300")

st.write(value)