Metadata-Version: 2.4
Name: WPP-tools
Version: 0.3.4
Author: William Olson
Author-email: Blueshadow0324@gmail.com
Description-Content-Type: text/markdown
Requires-Dist: streamlit
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist

WPP Tools

It can be used for making simpler chain forms in streamlit. Chain forms are when you have multiple forms after each other.

To install use the command 'pip install wpp-tools' and import it as 'from WPP import *' to import the functions as needed. Use 'from WPP.main import wpp_forms' to import the variable that contains activation information.

To get started with the package type init(). To add a form type add("Form_name"). When definding the streamlit form use an if statendment like this:

if wpp_foms[form]:


This project is in Beta and currently being developed. For contact or bug reporting please contact: blueshadow0324@gmail.com.
