Skip to main content

Streamlit component that allows you to get simple facts about the screen to provide custom contextual designs

Project description

streamlit-custom-component

Streamlit component that allows you to do X

Installation instructions

pip install streamlit-custom-component

Usage instructions

import streamlit as st

from st_scree_stats import st_screen_data

value = st_screen_data(
    setTime=1000 # this dictates pause until data is received. Done to prevent constant refreshing of app. Default is 1000
)

st.write(value)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

streamlit-screen-stats-0.0.2.tar.gz (440.3 kB view hashes)

Uploaded Source

Built Distribution

streamlit_screen_stats-0.0.2-py3-none-any.whl (444.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page