A Desktop Software for helping Flood affected people to be used at flood relief camp.
Floods are a major issue in many parts of India such as West Bengal, Orrisa, Andhra Pradesh, Assam, Bihar, Gujrat, Uttarakhand, Himachal Pradesh, Arunachal Pradesh, and Kerala. These floods lead to a lot of destruction, people are left homeless, many get injured and rescue operations proceed to save them and provide them shelter in camps. These camps are organized by NDRF (National Disaster Response Force) teams.
This software provides a modern way of managing all the activities in camps, and focuses on the needs and demands of people, their health, status, feedback etc. This also tries to unite all those people who got separated from their families during the floods.
This also helps government to get a very reliable data, on which they can depend on and can make estimations of the money to distribute to affected people. This software also enables the efficient utilisation of resources by the camps, enables them share resources like medicines with each other and hence enabling government to utilise the money allotted for the flood affected people in correct way, by making correct estimates. The remaining money can be either utilised in upraising the standard of studies for children in camp or in distributing to the affected people.
This software has been developed using PostgreSQL, Python, PyCharm, and PyQt5 from scratch.
- PostgreSQL
pip install psycopg2
pip install pyqt5
-
Go inside
sample-config-ini-files/
directory -
Fill your choice passwords in file:
sample-password.ini
-
Fill the password of your PostgreSQL in file:
sample-database.ini
(this password is the one you use to run your PostgreSQL)
-
Rename
sample-database.ini
todatabase.ini
-
Rename
sample-passwords.ini
topasswords.ini
-
Move both of the renamed
.ini
files to outer folder, i.e. inProject-Rahat/
directory
Run the createTestBase.py
Click all three buttons one by one and ensure successfully base creation.
Run the app.py
file.