برنامج لنظام إدارة الطلاب يتضمن:
واجهة رسومية (Tkinter) باللغة العربية
ميزات أساسية:
إضافة طلاب جدد
حذف وتعديل بيانات الطلاب
عرض كافة السجلات في جدول
بحث حسب معايير مختلفة
اتصال بقاعدة بيانات MySQL
تصميم بسيط مع حقول إدخال البيانات وأزرار التحكم
يدعم العمليات الأساسية CRUD (إنشاء، قراءة، تحديث، حذف)
Student Registration System
:A student management system built with
Graphical interface (Tkinter) in Arabic
:Key features
Add new students
Delete and update student records
Display all records in a table
Search by different criteria (ID, name, email, phone)
MySQL database integration
Simple design with input fields and control buttons
Supports CRUD operations (Create, Read, Update, Delete)
Developed using Python with PyMySQL for database connectivity