Fatirabbas2023/civil-engineering-tools
0
๐๏ธ Civil Engineering Tool
A simple Streamlit application that provides essential civil engineering calculators:
Features
- Concrete Volume Calculator โ Compute the volume of concrete for slabs, beams, etc.
- Steel Weight Calculator โ Estimate the weight of steel bars.
- Brick Calculator โ Estimate the number of bricks required for a wall.
How to Use
- Select a tool from the sidebar.
- Enter the required dimensions.
- Click the Calculate button to get results.
Run Locally
pip install -r requirements.txt
streamlit run app.py
