Python package for describing and analyzing droplets in experiments and simulations


Keywords
emulsions, image-analysis, python
License
MIT
Install
pip install py-droplets==0.20.0

Documentation

py-droplets

Build Status Documentation Status PyPI version Conda Version License: MIT codecov Code style: black

py-droplets provides python code for representing physical droplets using key parameters like position, size, or shape. These droplets can also be represented as collections (emulsions) and over time. Moreover, the package provides methods for locating droplets in microscope images or phase field data from simulations.

Installation

py-droplets is available on pypi, so you should be able to install it through pip:

pip install py-droplets

As an alternative, you can install py-droplets through conda using the conda-forge channel:

conda install -c conda-forge py-droplets

Usage

More information