Skip to main content

A Python module to calculate chemical formulas

Project description

calchem

chemical calculating

This is a simple chemical calculation package. The name is composed of the words calc ulation and chem ical: calchem

The package is in the early stages of development! The range of functions is still small[^1].

install via:

pip install calchem

How to work with the package?

  • Amount of substance (n, [mol]) from mass (m, [g]) and molar mass (M, [g/mol]): get_n(m, M)
  • Molar mass (M, [g/mol]) from mass (m, [g]) and amount of substance (n, [mol]): get_M(m, n)
  • Mass (m, [g]) from amount of substance (n, [mol]) and molar mass (M, [g/mol]): get_m(n, M)

[^1]: More coming soon!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

calchem-0.0.2.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

calchem-0.0.2-py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page