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.
- Residents can log in using their unique credentials.
- Ability to view and update personal profile information.
- Admins can log in using their unique credentials.
- Admins have the ability to manage all aspects of the housing management system.
- Users can search for vacant houses based on various filters such as size, location, and view owner details
- Admins can view and manage maintenance calculations and charges.
- Residents can file complaints regarding any issues they are facing.
- Admins can view and address these complaints.
- Admins can post notices that will be visible to all residents.
- Residents can view all posted notices.
- Python 3.6 or higher
To run this project, you need the following Python packages:
pillow==10.4.0
You can install these packages using the following commands:
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
- Edit the files named admin_passwd.txt, apartmentdetails.csv, OwnerData.csv, user_passwd.txt as per your needs.