Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

PlasmaPy/plasmapy-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published