Metadata-Version: 2.1
Name: ChemMod
Version: 0.0.4
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://chemmod.gumroad.com/l/ymkbm?_gl=1*9a8men*_ga*MTUzMDIwNTM4LjE3MTEzMTE3MTU.*_ga_6LJN6D94N6*MTcxMTM2NDc4OC4zLjEuMTcxMTM2NDc4OC4wLjAuMA..
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.9
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 xmlns="http://www.w3.org/1999/xhtml">
      <style>    
body	{
	background-color:darkblue;
	width:1250px;
	height:5000px;
}
h1	{
	background-color:slateblue;
	color:teal;
	font-size:100px;
	text-align:center;
	outline:white;
	text-shadow:2px 2px white;
	text-shadow:2px 7px black;
	padding:0;
	margin:1px;
	}
h2	{
	background-color:white;
	color:purple;
	font-size:50px;
	text-align:center;
	outline:white;
	text-shadow:0.9px 1px black
	margin:1px;
}
div#d1	{
	background-color:blue;
}
div#d2	{
	background-color:#736AFF;
}
div#d3	{
	background-color:#736AFF;
	float:right;
}
li	{
	float:left;	
}
li a	{
	display:block;
	color:purple;
	text-align:center;
	text-decoration:none;
	padding:30px;
	font-size:30px;
	text-shadow:-0.5px 1px white;
	text-shadow:0.5px 1px black;
}
li a:hover	{
	background-color:lightyellow;
}
li#li3	{
	float:right;
}
li#li5 a	{
	display:block;
	color:purple;
	text-align:center;
	text-decoration:none;
	padding:20px;
	font-size:30px;
	text-shadow:-0.5px 1px white;
	text-shadow:0.5px 1px black;
}
img1	{
	width:100%;
	height:100%;
}
p1	{
	color:lightblue;
	font-size:25px;
	text-shadow:0.9px 1px black;
}
      </style>
<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>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, gibs energy functions, reaction kinetics order plot linear regression.</p1> 
</div>
  </foreignObject>
</svgg


Table of contents:

	1.	arrhenius_plot() 
	2.	bjerrum_plot()
	3.	equil()
	4.	gibbs_plot()
	5.	M()
	6.	order_plot()

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

Requires:
	Python
		- numpy as np
		- matplotlib as plt


