Science
An advanced scientific library specialized in thermomechanics and atomic sciences
Install / Use
/learn @MASTAR-LAST/ScienceREADME
Installation
Use the package manager pip to install Science package.
pip install science
<h1> Who's us </h1>
I'm a solo python programmer, living in jorden, owner of science package.
<h1> description </h1>
A comprehensive scientific library specialized in thermomechanics and atomic sciences, capable of establishing bonds between atoms to build chemical reactions between them and depicting them in the form of symbolic or verbal equations.
This library is a scientific library that contains a lot of functions
that are able to help developers and some hobbyists to develop programs
related to conversion between temperatures or atomic activity
in containing almost all the information of atoms,
which makes it powerful and able to create simple simulations of atomic activities.
Operating system compatibility
system type | compatibility ------------ | ------------- Linux | Not Sure yet :interrobang: Windows | compatible :heavy_check_mark: Mac OS | compatible :heavy_check_mark:
package capabilities
-
convert between temperature scales
-
Draw charts of the expected change in temperature of objects or areas under given weather conditions
-
Contains thermomechanical equations
-
Building chemical bonds between atoms...etc.
NOTE: This package is supposed to be able to turn fantasy into reality, but the only truth seems to be that this is almost impossible if you remain in this state of poor performance and desperate need for help.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
<h2> Sources </h2> <ul> <li> <a href="https://github.com/MASTAR-LAST/Science/tree/master/src/core"> Source Code </a> <li> <a href="https://github.com/MASTAR-LAST/Science/tree/master/src/core/atom"> Atomic Stuff </a> </li> <li> <a href="https://github.com/MASTAR-LAST/Science/tree/master/src/core/thermodynamics"> thermodynamics </a> </li> </li> <li> <a href="https://github.com/MASTAR-LAST/Science/tree/master/Source/Errors"> Errors </a> </li> </ul>Usage
Simpel usage
Convert between temperature scales
# Convert from Celsius to Kelvin
# Importing the module as sc
import science as sc
# Convert the Temperature
result = sc.Temperature.Kelvin(23, Key = 'c')
# Printing the result
print(result)
