pip install science
system type | compatibility |
---|---|
Linux | Not Sure yet |
Windows | compatible ✔️ |
Mac OS | compatible ✔️ |
-
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.
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.
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)