Metadata-Version: 2.1
Name: ChemMod
Version: 0.0.17
Summary: Python program for practical plotting and calculation in chemistry. ChemMod is developed as a userfriendly python package for chemistry students. The package contains a variety of different useful plot functions and formula functions from chemistry e.g. buffer diagrams, Gibbs-energy functions and regression tools.
Author-email: August Jacobi <chemistry.chem.mod@gmail.com>
Project-URL: Homepage, https://www.facebook.com/groups/1241482943732179
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE.txt
License-File: COPYING.txt



Project: ChemMod.py


Description:
<svg fill="none" viewBox="0 0 600 300" width="600" height="300">
  <foreignObject width="100%" height="100%">
<div id="d1" class="heading">
	<h1>Chemistry Modules<hr style="display:block;background-color:#2B3856;padding:3px;border:none;"></h1>
</div>
<div id="d2" class="description">
	<p1><br>Python program for practical plotting and calculation in chemistry. ChemMod is developed as a userfriendly python package for chemistry students. The package contains a variety of different useful plot functions and formula functions from chemistry e.g. buffer diagrams, gibbs energy functions, reaction kinetics order plot linear regression.<br><br></p1> 
</div>
  </foreignObject>
</svgg


Table of contents:

	Equation
	1.	element_data
	2.	equil()
	3.	M()

	Help
	1.	content_data
	2.	info()
	3.	content()

	Plot
	1.	arrhenius_plot() 
	2.	bjerrum_plot()
	3.	equilibrium()
	4.	gibbs_plot()
	5.	order_plot()

Built with:
	
	Python - Google Colaboratory
	
	Python packages:
		numpy
		math
		math.plotlib

Requires:

	Python 3.13
	numpy as np
	matplotlib as plt


