Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brianbruggeman/ideal_gas_law

Ideal Gas Law
https://github.com/brianbruggeman/ideal_gas_law

Last synced: 25 days ago
JSON representation

Ideal Gas Law

Awesome Lists containing this project

README

        

Ideal Gas Law
-------------

Simple project to highlight a few different user interfaces

### Command-line
#### Description:
Calculates pressure, volume and temperature of the ideal gas equation

#### Usage:
calculate_ideal_gas [options]

#### Options:
-h --help This message
-p --pressure VALUE Pressure
-t --temperature VALUE Temperature
-v --volume VALUE Volume

#### Example:
calculate_ideal_gas -p 201.2 -t 25.6

### Flask web server

#### Requirements
> pip install Flask
> pip install Flask-WTF

#### Execution
> python web/flask/run.py