Fire Evacuation Automation System
Project description
FEAS-1
Fire Evacuation Automation System (FEAS) for warehouses, developed in Python using Tkinter for the GUI, MySQL for data management, and advanced voice and data interaction capabilities.
Table of Contents
Overview
FEAS is a Python-based application designed to automate the fire evacuation process in warehouse environments. It provides live reporting and emergency alerts, integrates with fire, heat, and smoke sensors, and utilizes an interactive UI. The system is highly customizable, allowing for safe and efficient warehouse evacuation.
Features
- Live Sensor Integration: Connects to fire, heat, and smoke sensors for real-time data.
- Automatic Evacuation Alerts: Generates alerts based on detected hazards.
- Dynamic UI: Designed using Tkinter, adhering to Microsoft professional design standards.
- Voice Commands: Accepts voice commands for hands-free operation.
- Data Management: Integrates with MySQL to store sensor data and logs.
- Customizable Exits: Guides safe evacuation routes for a multi-floor warehouse setup.
Installation
To install FEAS-1, ensure that you have Python 3.12 or higher and MySQL installed.
- Clone the repository or download it to
D:\feas:git clone https://github.com/tahiriqbal70/FEAS.git
- Import database
mysql -u root -p feas < FEAS_Database.sql
- Usage python /feas/feas.py
Project Structure
FEAS/ FEAS/FEAS.PY ├── src/ │ └── feas/ │ ├── init.py # Initializes the FEAS package │ └── feas.py # Main application file ├── README.md # Project description and usage ├── pyproject.toml # Project configuration for PyPI ├── LICENSE # License file └── requirements.txt # List of dependencies
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file feas-0.0.2.tar.gz.
File metadata
- Download URL: feas-0.0.2.tar.gz
- Upload date:
- Size: 36.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78ca92ccf17f91cf1dc61665f1422e580247691648c6b6e36170b4e564043a74
|
|
| MD5 |
31c22060d40dd995bc75a6c97116bbb4
|
|
| BLAKE2b-256 |
b72351970ea72c4bb1500c8e8468bf74a6d855de6a08531d94a8cb40a27d4f79
|
File details
Details for the file FEAS-0.0.2-py3-none-any.whl.
File metadata
- Download URL: FEAS-0.0.2-py3-none-any.whl
- Upload date:
- Size: 52.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4461958d57456e3c0f3a301cd295e9f21e266af31c3ebdfc392d871cc396191e
|
|
| MD5 |
ea65221bfc57a538ed4f7c1a192c9848
|
|
| BLAKE2b-256 |
9cabc0d368d4c9e2b3d0588e12448b391e502a43e80e5259e1c8394cd3e945e2
|