mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-24 04:21:08 +00:00
592c5a1d26
* added the pressure converter script * added the pressure converter script * added the pressure converter script
12 lines
502 B
Markdown
12 lines
502 B
Markdown
# Developed and maintained by [Osagie Iyayi](https://github.com/E-wave112)
|
|
|
|
- This simple program converts between different common units of pressure such as
|
|
Pascal(Pa),Bar(bar),Millimeter Mercury(mmHg) and atmosphere(atm).
|
|
the test cases are based on the fact that the value of pressure
|
|
on it's own can never be negative,except in cases where it is relative to another kind of pressure.
|
|
|
|
- Run the doctest via the command
|
|
|
|
```
|
|
$ python -m doctest -v Pressure_Converter/pressure_converter_script.py
|
|
``` |