Material Analysis - Data Processing & Tensile Testing
MA-DAPT is a powerful yet user-friendly application designed to visualize tensile test data with an intuitive graphical interface. It simplifies the process of analyzing material properties by generating stress-strain graphs effortlessly.
- Graphical Visualization – Easily generate and analyze stress-strain curves.
- Built-in Material Database – Comes preloaded with 9 materials.
- User-Friendly Interface – No coding required; just import your data and start analyzing.
💻 Windows: Precompiled executable available.
🍏🐧 Mac & Linux: Builds must be created manually.
- Install python
- Run this to install all needed modules
pip install -r requirements.txt-
Download and extract source code
-
Open folder in code editor
-
Build executable:
pip install pyinstaller
pyinstaller --onefile --windowed FinalGUI.pyNOTE: Release will be in Dist folder. The config file and data banks need to be moved manually.
