title = tk.Label(self.root, text="Hostel Room Allotment Booking System", tk.Label(form, text="Name:", font=("Arial", 12)).grid(row=0, column=0, padx=10, pady=5) tk ...
Unit tests for GUI module. Tests GUI initialization, input validation, calculation orchestration, and file operations. # Add src and gui directories to path for imports # noqa: E402 sys.path.insert(0, ...