MASTAR-LAST / Science

An advanced scientific library specialized in thermomechanics and atomic sciences

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Science Library

Banner


GitHub


Installation

Use the package manager pip to install Science package.

  pip install science

Who's us

I'm a solo python programmer, living in jorden, owner of science package.

description

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 ⁉️
Windows compatible ✔️
Mac OS compatible ✔️

package capabilities


  1. convert between temperature scales

  2. Draw charts of the expected change in temperature of objects or areas under given weather conditions

  3. Contains thermomechanical equations

  4. 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.

Sources

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)

For more details, please see the documents

License

About

An advanced scientific library specialized in thermomechanics and atomic sciences

License:MIT License


Languages

Language:Python 99.4%Language:C 0.6%