Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brianbruggeman/ideal_gas_law
- Owner: brianbruggeman
- License: apache-2.0
- Created: 2015-10-20T03:28:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-20T03:48:23.000Z (about 9 years ago)
- Last Synced: 2024-05-01T21:50:54.481Z (6 months ago)
- Language: Python
- Size: 145 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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