Skip to content

🥷  Streamlit Faker

Submitted by Arnaud Miribel

Summary

Fake Streamlit commands at the speed of light! Great for prototyping apps.

Docstring

Visit the PyPI page for more information.

Examples

example

def example():
    fake = get_streamlit_faker(seed=42)
    fake.markdown()
    fake.info(icon="💡", body="You can also pass explicit parameters!")
    fake.selectbox()
    fake.slider()
    fake.metric()
    fake.altair_chart()