Refugee Help Scheme
A GUI application for Refugee database management support.
Description
The software is made to help refugees coming from different countries to Germany. It provides the following services:
- Clothing & Fooding
- Lodging
- Social Services
- Others
Requirements
The repository is designed in Python programming language. The following dependencies are required to be installed:
- Python >= 3.7
- Tkinter (to create GUI)
- tkhtmlview (to create html view in tkinter)
- webbrowser (to open a webpage)
- PIL (to import Image and ImageTk)
- sqlite3 (to process database queries)
Files
README.md
MainWindow.py
Frontend interface of the softwareinfo.py
Information of different pagesDB.py
Backend connectiondetails_book.db
User's DatabaseFood.html
Provide different service center locationsimages
This folder contains required images
Database characteristics
details table have the following fields:
- first_name: User's first name
- last_name : User's last name
- contact: User's contact number
- email : User's email address
- origin : User's country of origin
- members : User's total family members