Metadata-Version: 2.1
Name: pyframe3dd
Version: 0.0.2.1
Summary: estructural analysis using frame3dd
Home-page: https://www.illarisoft.com/
Author: Edwin Pareja
Author-email: edwinsaulpm@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# pyframe3dd

[![code](https://img.shields.io/badge/-code-green)](https://github.com/Saul11235/pyframe3dd)
[![fork](https://img.shields.io/badge/-fork-blue)](https://github.com/Saul11235/pyframe3dd/fork)
[![examples](https://img.shields.io/badge/-examples-red)](https://github.com/Saul11235/pyframe3dd/tree/master/examples)
[![pypi](https://img.shields.io/badge/-pypi-orange)](https://pypi.org/project/pyframe3dd/)

python module to use frame3dd for elastic structural analysis using the frame3dd program.
install via pip:

<code>pip install pyframe3dd</code>

to use in your python scripts:

<code>import pyframe3dd</code>

<p align="center">
  <img src="http://frame3dd.sourceforge.net/img/frG.png" />
</p>

# Before to use!

install frame3dd on your computer, see the oficial reference 
[here](http://svn.code.sourceforge.net/p/frame3dd/code/trunk/doc/Frame3DD-manual.html#installrun)




