This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import tkinter as tk | |
| from tkinter import messagebox | |
| import pandas as pd | |
| import os | |
| file_path = 'complaints_data.xlsx' | |
| # إنشاء ملف Excel جديد إذا لم يكن موجود | |
| if not os.path.exists(file_path): | |
| df = pd.DataFrame(columns=["رقم المحضر", "التاريخ", "اسم الشاكي", "نوع الشكوى", "اسم الحساب", |