Skip to content

mrunmayee3108/GUI-College-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

College Admission Registration Form:

This is a simple Python Tkinter GUI application for a college admission registration form. It collects a student’s name, branch, and favorite games, and displays the entered information on submission.

Features:

  • Input field to enter the student’s name
  • Radio buttons to select a branch
  • Checkboxes to select favorite games (Cricket, Football, Badminton)
  • Submit button to display the entered details

Requirements:

  • Python 3.x
  • Tkinter (comes pre-installed with Python)

How It Works:

  • Enter your name in the text field.
  • Choose your branch from the given options.
  • Select one or more favorite games.
  • Click Submit to display your details below the form.

This app is for basic demonstration of Tkinter widgets like Label, Entry, Radiobutton, Checkbutton, and Button.

About

GUI of college form using python tkinter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages