Skip to content

Instantly share code, notes, and snippets.

View amrmahmoud2020's full-sized avatar

amrmahmoud2020

  • Joined Oct 22, 2025
View GitHub Profile
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=["رقم المحضر", "التاريخ", "اسم الشاكي", "نوع الشكوى", "اسم الحساب",