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.
- Host: GitHub
- URL: https://github.com/fudhail1102/pgp_hms_system_interface
- Owner: fudhail1102
- Created: 2024-07-31T15:21:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-31T15:43:08.000Z (over 1 year ago)
- Last Synced: 2025-01-20T18:31:11.986Z (about 1 year ago)
- Topics: data-structures, python, tkinter-python
- Language: Python
- Homepage:
- Size: 5.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.