Skip to content

Latest commit

 

History

History
24 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

24 lines (24 loc) · 1.02 KB

gastimator

Gastimator: A Gas Conversion Web App

Gastimator is a conversion web application developed using Streamlit. The app allows users to convert various quantities related to gas, such as volume, power, natural gas, liquefied natural gas (LNG), energy, and calorific value, from one unit to another. Screen Shot 2023-07-28 at 10 58 58 AM

Features

  • User-friendly interface for conversion between various units.
  • Supports conversion for the following types:
  • Volume
  • Power
  • Natural Gas
  • LNG
  • Energy
  • Calorific Value

How to Run

  1. Clone this repository to your local machine.
  2. Navigate to the cloned repository.
  3. Install the necessary Python libraries by running: pip install -r requirements.txt
  4. Run the Streamlit app with: streamlit run app.py
  5. Visit localhost:8501 in your web browser to use the app.

Dependencies

Streamlit https://streamlit.io/ Pandas https://pandas.pydata.org/