/mohrs-circle-generator

generates a mohr's circle diagram given normal stresses and shear stress.

Primary LanguagePython

mohrs-circle-generator

This code Generates a mohr's circle diagram given normal stresses and shear stress. It generates a png of matplotlib plot and displays in GUI and allows user to save to specified file location

What I learned:

  • basics of plotting with matplotlib
  • basics of building an interactive GUI with tkinter
  • basics of saving and loading images with Pillow
  • creating and using temp directory within a program
  • how to apply an equation into a general and repeatable coded algorithm
  • interfacing with the os to save a file created in the application to a permanant spot determined by the user