You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am including some of the mini projects that I have worked on Python Object-oriented.
1. Registration Form using the Tkinter
General description
The designed app
The app uses button Submit writes all the details entered in a text file. All fields are mandatory, if the user does not choose a country, gender or select a programming language when the Submit button is clicked, then popup a message box asking the user to complete the missing information before saving it to the file.
Files Registration.py
2. Pizza Order app using the Tkinter
General description
The designed app
The user must use a radio button, check boxes and Process Selection button to make selections and process the order. All fields are mandatory, if the user does not choose Topping, Pizza size or Pizza Type then popup a message box asking the user to complete the missing information. Use a text area to display the customer’s order and the amount due.
Files Pizza.py
About
The mini projects that I have worked on Python Object-Oriented.