/plasmapy-calculator

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Plasma Calculator

Plasma Calculator is an open-source project within PlasmaPy. It is a website that allows any user to quickly calculate any of the fundamental Plasma Parameters by entering the required values and their units.

Requirements

  • Python 3.7+
  • All the required packages and libraries are listed in the requirements.txt file.

Usage

  • Download the code

  • Navigate inside the "Calculator" directory within the project folder in Terminal

  • Create a virtual environment:
    $ python3 -m venv env

  • Activate the virtual environment (macOS):
    $ source env/bin/activate

  • Install all the required packages in the requirements.txt file:
    $ pip install -r requirements.txt

  • Run the app:
    $ flask run

  • Cmd + Click on the URL provided

  • Enjoy the website!