WARNING: To run the code, import the MQInfo.py file into the C:\Users\user\AppData\Local\Programs\Python\Python311\Lib\site-packages\MQInfo.py path. (Necessary)
WARNING: To run the code, import the MQInfo.cpython-311.pyc file into the C:\Users\user\AppData\Local\Programs\Python\Python311\Lib\site-packages\__pycache__\MQInfo.cpython-311.pyc path. (If not done, Python will automatically create it after the first run)

NOTE: This code is suitable for gas sensors measuring different model gases.

Sensor modes measuring different "Model Gases": MQ131_LOW, MQ303A, MQ303B, MQ306A, MQ307A, MQ309A

-- ModelSlope.py --
This code aims to predict future data based on past data. 
Please update the xlsx excel file to the sensor mode you are using and the past results you have obtained.
The data you need to measure for this code: Gas Sensor Percentage.

-- ModelGraph.py--
This code simulates which gas will give which ppm result at which temperature and humidity for your sensor, at which sensor percentage.
After running this code, it saves the simulation as an html file customized for each sensor.

-- WARNING --
If you are using MQ131, make sure it measures with low sensitivity.
To understand the sensitivity of MQ131, look at its concentration range (if ppb --> low ModelSlope.py) (if ppm --> high 4DSlope.py).

If the sensor you are working with is not listed, please check the list of "Standart Gases".
