This program provides users to analyze steel sections strength. Strength calculations are based on AISC-2016 code.
$ python -m pip install matplotlib
$ python -m pip install PyQt5, pyqt5-toolsrun starter.py
- menu :
-
Steel Beam Calculation :
Input informations and load deamands about the beam section, the program will check if the beam's strength capacity is enough. -
Steel Column Calculation :
Input informations and load deamands about the column section, the program will check if the column's strength capacity is enough.
- Steel Connection Design :
Still working on it.

