Question
Q2. Create a GUI app using Python Tkinter. Use Tkinter only, not any of the other libraries. Use the proper widgets , fonts and background
Q2. Create a GUI app using Python Tkinter.
Use Tkinter only, not any of the other libraries. Use the proper widgets , fonts and background colors Do not submit the zip or pdf files or ipynb files ONLY PYTHON FILE OF .py extension is accepted.
Using the basic widgets, build a simple graphical application that is responsive and demonstrates event handling. The widgets are to be placed directly on a frame with width, padding and relief. Your app should resize. Set the frame the container of the widgets. Label the form. In Your app provide your name and id as inputs, five course names are to be displayed to choose three you have registered, it has to display two location of the campus (progress, morning side) to let you choose progress. The password option is to be displayed and if the password is Centennial then you are allowed to access to access the course shell.
Provide ok button to display the inputted values and the message to access the course shell. If password matches Congrats, you can access the course shell if mismatches, Access denied. Exit button to come out of the app and the clear button must set the app to the empty state. Widget must align vertically as well as horizontally with their matching widget. Use the functions to create and shows the message box with the information from the form. Position and size must adjust as the app window size changes. Must look pleasing to the user. Color/fonts/boxes to be noted
need to be done in an hour
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started