An open API service indexing awesome lists of open source software.

https://github.com/fudhail1102/pgp_hms_system_interface

Welcome to the Housing Management System for Provident Green Park. This system is designed to streamline the management of housing-related activities for residents and administrators. It includes functionalities for resident and admin login, searching for vacant houses, and managing maintenance calculations, complaints, and notices.
https://github.com/fudhail1102/pgp_hms_system_interface

data-structures python tkinter-python

Last synced: 9 months ago
JSON representation

Welcome to the Housing Management System for Provident Green Park. This system is designed to streamline the management of housing-related activities for residents and administrators. It includes functionalities for resident and admin login, searching for vacant houses, and managing maintenance calculations, complaints, and notices.

Awesome Lists containing this project

README

          

# PGP_HMS_System_Interface
# Housing Management System for Provident Green Park

## Introduction

Welcome to the Housing Management System for Provident Green Park. This system is designed to streamline the management of housing-related activities for residents and administrators. It includes functionalities for resident and admin login, searching for vacant houses, and managing maintenance requests, complaints, and notices.

## Features

### Resident Login
- Residents can log in using their unique credentials.
- Ability to view and update personal profile information.

### Admin Login
- Admins can log in using their unique credentials.
- Admins have the ability to manage all aspects of the housing management system.

### Search Vacant Houses
- Users can search for vacant houses based on various filters such as size, location, and view owner details

### Maintenance Requests
- Admins can view and manage maintenance calculations and charges.

### Complaints
- Residents can file complaints regarding any issues they are facing.
- Admins can view and address these complaints.

### Notices
- Admins can post notices that will be visible to all residents.
- Residents can view all posted notices.

## Installation

### Prerequisites
- Python 3.6 or higher

## Requirements

To run this project, you need the following Python packages:

- `pillow==10.4.0`

You can install these packages using the following commands:
```sh
python -m venv venv
source venv/bin/activate
```
```sh
pip install -r requirements.txt
```

## Necessary Updations
- Edit the files named admin_passwd.txt, apartmentdetails.csv, OwnerData.csv, user_passwd.txt as per your needs.