Skip to content

lucas-schroeder/OpenWaterRocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenWaterRocket

Open in Streamlit Python 3.10 PEP8

Python application for Water Rocket design. Click here to access the web app.

⚠️ This is only a VERY initial prototype!

Objectives

The idea of this project is to create a tool for analyzing water rockets designs.

Build with Python and Streamlit, to make it easy for collaboration

Developing

Create a virtual environment with all requirements.

python -m venv venv
venv/Scripts/activate
pip install -r requirements.txt

Run the app

streamlit run src/app.py

Testing

cd tests
pytest -v