A small Tkinter-based GUI for collecting basic student information (name, contact, DOB, address).
Quick, minimal, and easy to run for local desktop use.
-
Requirements: Python 3.7+ and the standard library (Tkinter).
-
Run the application with Python (example):
python mainfile
(Replace
mainfilewith the actual script name if different.)
- This README is intentionally brief. For details, runtime options, or tests, expand this file or consult the source files.
- License: not specified in this repository.