EnviroChlor


NameEnviroChlor JSON
Version 0.0.0 PyPI version JSON
download
home_pagehttps://github.com/ValdrinBeluli/-EnviroChlor--Water-Disinfection-with-Chlorine-based-on-DO-Temperature-and-NTU-
SummaryAn engineering tool for measurements and analyzes the necessary chlorine level for disinfecting water, depending on measured values for DO, temperature, and NTU.
upload_time2024-10-19 19:48:12
maintainerNone
docs_urlNone
authorValdrin Beluli
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Engineering Tool for Water Quality Monitoring

This project is an engineering tool developed in Python using the Tkinter and Matplotlib libraries to create a graphical interface for monitoring and analyzing chlorine, temperature, dissolved oxygen (DO), and turbidity (NTU) in water. The system simulates measurements and analyzes the necessary chlorine level for disinfecting water, depending on measured values for DO, temperature, and NTU.

## Main Components

### Sensor Class
- Represents a sensor that reads randomly generated values for the main variables (e.g., chlorine, DO, temperature).
- Contains methods to calculate the chlorine level based on:
  - DO level
  - Temperature
  - The difference in NTU between the inlet and outlet.

### EngineeringTool Class
- Contains the graphical interface where the user can manually enter values for NTU and temperature.
- The use of graphs allows for the visualization of the read data, along with predictions and differences between various chlorine levels.

## Graphs and Analysis
- The tool creates graphs that show the relationships between chlorine and DO, temperature, as well as NTU, illustrating the differences and averages of chlorine levels.
- Predictions of future chlorine levels are based on historical data collected by the sensor.

This tool can be used to simulate and analyze the effectiveness of water disinfection with chlorine, based on important parameters such as temperature and dissolved oxygen. Its functionality offers an experimental approach that can be useful for research laboratories or scientific studies related to water quality and disinfection.

## Installation

1. Ensure that Python and the Tkinter and Matplotlib libraries are installed on your system.
2. Download or clone this repository to your computer.
3. Run the file `engineering_tool.py`.

```bash
python engineering_tool.py

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ValdrinBeluli/-EnviroChlor--Water-Disinfection-with-Chlorine-based-on-DO-Temperature-and-NTU-",
    "name": "EnviroChlor",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Valdrin Beluli",
    "author_email": "valdrinengineer@gmail.com",
    "download_url": null,
    "platform": null,
    "description": "# Engineering Tool for Water Quality Monitoring\r\n\r\nThis project is an engineering tool developed in Python using the Tkinter and Matplotlib libraries to create a graphical interface for monitoring and analyzing chlorine, temperature, dissolved oxygen (DO), and turbidity (NTU) in water. The system simulates measurements and analyzes the necessary chlorine level for disinfecting water, depending on measured values for DO, temperature, and NTU.\r\n\r\n## Main Components\r\n\r\n### Sensor Class\r\n- Represents a sensor that reads randomly generated values for the main variables (e.g., chlorine, DO, temperature).\r\n- Contains methods to calculate the chlorine level based on:\r\n  - DO level\r\n  - Temperature\r\n  - The difference in NTU between the inlet and outlet.\r\n\r\n### EngineeringTool Class\r\n- Contains the graphical interface where the user can manually enter values for NTU and temperature.\r\n- The use of graphs allows for the visualization of the read data, along with predictions and differences between various chlorine levels.\r\n\r\n## Graphs and Analysis\r\n- The tool creates graphs that show the relationships between chlorine and DO, temperature, as well as NTU, illustrating the differences and averages of chlorine levels.\r\n- Predictions of future chlorine levels are based on historical data collected by the sensor.\r\n\r\nThis tool can be used to simulate and analyze the effectiveness of water disinfection with chlorine, based on important parameters such as temperature and dissolved oxygen. Its functionality offers an experimental approach that can be useful for research laboratories or scientific studies related to water quality and disinfection.\r\n\r\n## Installation\r\n\r\n1. Ensure that Python and the Tkinter and Matplotlib libraries are installed on your system.\r\n2. Download or clone this repository to your computer.\r\n3. Run the file `engineering_tool.py`.\r\n\r\n```bash\r\npython engineering_tool.py\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "An engineering tool for measurements and analyzes the necessary chlorine level for disinfecting water, depending on measured values for DO, temperature, and NTU.",
    "version": "0.0.0",
    "project_urls": {
        "Homepage": "https://github.com/ValdrinBeluli/-EnviroChlor--Water-Disinfection-with-Chlorine-based-on-DO-Temperature-and-NTU-"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f89feca76e76d76fc52895243c02dccfbe9d6438cd15c106231f5810de244a98",
                "md5": "b0ee0cb2b186202c1c7ac2d83a72e88c",
                "sha256": "97d3c9979e47ec7a8da74bcf48b6cf2926debdd51249359a1739b0ab4ba9282f"
            },
            "downloads": -1,
            "filename": "EnviroChlor-0.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b0ee0cb2b186202c1c7ac2d83a72e88c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 11330,
            "upload_time": "2024-10-19T19:48:12",
            "upload_time_iso_8601": "2024-10-19T19:48:12.337317Z",
            "url": "https://files.pythonhosted.org/packages/f8/9f/eca76e76d76fc52895243c02dccfbe9d6438cd15c106231f5810de244a98/EnviroChlor-0.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-19 19:48:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ValdrinBeluli",
    "github_project": "-EnviroChlor--Water-Disinfection-with-Chlorine-based-on-DO-Temperature-and-NTU-",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "envirochlor"
}
        
Elapsed time: 0.50158s