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.
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
- Tutorial notebook in the tutorials folder
- Examples in the examples folder
- Full documentation on readthedocs or as a single PDF file.