Molecular Mass Calculator

by Christoph Gohlke

The online calculator is currently unavailable

To run the calculator on a personal computer, install Python and the molmass package:

python -m pip install -U molmass[all]

Start the calculator web application on the command line

python -m molmass --web

or via the molmass_web executable in Python's script folder.