echo724 / mphyspy

Python3 library to calculate college modern physics problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python3 library to calculate college modern physics problems

License:MIT License


Languages

Language:Python 98.4%Language:Makefile 1.6%