.. _custom_app:

Custom Application
==================

.. toctree::
   :maxdepth: 3
   :caption: Contents:

PyMoDAQ's set of modules is a very efficient way to build a completely custom application (related to data acquisition
or actuators displacement) without having to do it from scratch. :numref:`custom_app_fig` is an example of such an
interface build using only PyMoDAQ's building blocks. The corresponding script template is within the example folder.

  .. _custom_app_fig:

.. figure:: /image/custom_app.png
   :alt: dashboard

   A custom application build using PyMoDAQ's modules.