This document describes a Python project titled "Capstone Supervisor Allocation Portal For LPU Students Using Python". The project creates a GUI application that helps allocate capstone project supervisors to registered students. It has two main segments - a student segment for registration and viewing supervisor details, and a supervisor segment for registration and viewing allocated students. The document outlines the modules, interfaces, and code used to build the application using Python Tkinter for the GUI.