Retaining Walls Designer
Welcome! ๐
During my early days in structural engineering, I developed a Cantilever Concrete Retaining Wall Designer to assist with the design and analysis of retaining walls using Python. Today, I’m excited to present its modern version as a web application, powered by Streamlit.
Software developed to streamline the design and detailing process of retaining walls. The program allows:
Features ๐
- Define the parameters
- Define the dimensions
- Design the reinforcement (moment)
- Visualization
Demo video
Test the App
Installation ๐ฅ๏ธ
To run the app locally:
Clone this repository:
git clone https://github.com/HM-Mahibullah/retaining_wall.gitNavigate to the project directory:
cd retaining_wallInstall the required dependencies:
pip install -r requirements.txtLaunch the Streamlit app:
streamlit run streamlit_app.py
streamlit run streamlit_app.py
The PyQt5 App is also present! ๐ฅ๏ธ
If you want to try the Desktop App:
Navigate to the project directory:
cd retaining_wallIn the file requirements, uncomment the line:
# PyQt5==5.15.11 # PyQt5_sip==12.15.0Install the required dependencies:
pip install -r requirements.txtLaunch the Streamlit app:
python contencion.py
Contributing ๐ค
I welcome contributions to enhance the Cantilever Concrete Retaining Wall Designer. To contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes with clear and concise messages.
- Submit a pull request detailing your changes.
License ๐
This project is licensed under the MIT License. See the LICENSE file for details.
Acknowledgments ๐
A heartfelt thank you to the open-source community and the developers of Streamlit for providing the tools that made this project possible.
