Edit me

The first step in writing a python script for Kratos is importing the KratosMultiphysics as follow:

from KratosMultiphysics import *

This imports the Kratos and shows a logo of Kratos:

 |  /           |
 ' /   __| _` | __|  _ \   __|
 . \  |   (   | |   (   |\__ \
_|\_\_|  \__,_|\__|\___/ ____/
           Multi-Physics 6.0.0

Now Kratos is ready to use and waiting for you.

Next Reading ProjectParameters
Prev Getting Started