medicationforall / cqboxtestui

Streamlit Demo app using CadQuery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CadQuery Box Test - Streamlit Example

View the demo as a Streamlit App

To run Locally

  1. Download the code
  2. Open a command line where the code resides
  3. Install streamlit
    pip install streamlit
  4. Install cadquery
    pip install cadquery
    
  5. Run the streamlit app
    streamlit run app.py
    
  6. If everything worked; a browser should be opened to your local instance.

About

Streamlit Demo app using CadQuery

License:Apache License 2.0


Languages

Language:Python 100.0%