Skip to content

Latest commit

 

History

History
67 lines (53 loc) · 1.15 KB

File metadata and controls

67 lines (53 loc) · 1.15 KB

📝 Registration Form (Python Tkinter)

A GUI-based Registration Form built with Python Tkinter.
The application collects personal information, family background, and educational background using a clean, structured interface.


✨ Features

👤 Personal Information

  • First, second & surname
  • Age (Spinbox)
  • Gender (Radio buttons)
  • Date of birth (Calendar picker)
  • Civil status
  • Citizenship
  • Blood type
  • Height & weight
  • TIN & National ID
  • Address & email
  • Place of birth
  • Title

👨‍👩‍👧 Family Background

  • Father’s name
  • Mother’s name
  • Spouse name
  • Occupation
  • Business/Work address
  • Number of children

🎓 Educational Background

  • Nursery
  • Primary
  • O-Level
  • A-Level
  • University
    Each level includes:
  • School name
  • Course / combination
  • From year
  • To year
  • Achievements

✅ Other Features

  • Submit button
  • Console output of submitted data
  • Clean layout using LabelFrame
  • Date picker using tkcalendar

🛠️ Technologies Used

  • Python 3
  • Tkinter
  • ttk
  • tkcalendar

📦 Requirements

Install the required dependency:

pip install tkcalendar