Project Description A standalone Python desktop application that reads material data from CSV or Excel files and generates a stress-strain curve. It computes key mechanical properties such as Young’s Modulus, Yield Strength (using 0.2% offset method), and Ultimate Strength. Built using Tkinter, Matplotlib, Pandas, and NumPy, this tool is intended for engineers, researchers, or students analyzing material behavior. 1. Young’s…