syam-s / py-droplets

Python package for analyzing and representing droplets and emulsions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

py-droplets

Build Status Documentation Status PyPI version License: MIT codecov Language grade: Python 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) 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

In order to have all features of the package available, you might also want to install the following optional packages:

pip install h5py tqdm

Usage

More information

About

Python package for analyzing and representing droplets and emulsions

License:MIT License


Languages

Language:Python 99.0%Language:Shell 1.0%