Skip to content

pydemic/pydemic-ui

Repository files navigation

Pydemic UI

GitHub Workflow Status

A set of streamlit apps and utilities used in creating the UI for Pydemic apps.

Usage

Install it using pip install pydemic-ui or your method of choice. Now, you can just import it and load the desired functions. You can use pydemic-ui as a drop-in replacement for streamlit by using

>>> from pydemic_ui import st >>> st.pydemic(locale="pt-BR")

Apps

Pydemic-ui comes with a few Streamlit apps ready to deploy. Just execute the app module specifying the desired app:

$ python -m pydemic_ui.apps calc

Currently, only the calc app is available, but other apps should arrive soon. For more options, execute it with the "--help" flag.

About

Streamlit UI for Pydemic simulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages