Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 979 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 979 Bytes

MphysPy

PyPI version Run on Repl.it

MphyPy is a Python3 library for calculating college level modern physics problems

Requirements

To use mphyspy, these packages are required

Installation

Use the package manager pip to install mphyspy.

    $pip install mphyspy

Usage

    $python
    >>>from mphyspy import *
    modules loaded successfully
    >>>ct.g
    #finestructure constant
    2.002319

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.

License

MIT