elementMass is a compact Python library for calculating atomic weights of chemical compounds as well as cation and oxygen amounts in simple oxides.
Code documentation is available at elementMass.readthedocs.io
elements can be installed with pip by running:
pip install elementMass
in a terminal. If you want to install from a specific git branch or release, use:
pip install git+https://github.com/TDGerve/elementMass.git@tag
where tag should be repleaced by the release tag or branch name (e.g. v1.0.0 or development)