https://github.com/semereab-merry/python_mini-applications
The mini projects that I have worked on Python Object-Oriented.
https://github.com/semereab-merry/python_mini-applications
oop python
Last synced: 8 months ago
JSON representation
The mini projects that I have worked on Python Object-Oriented.
- Host: GitHub
- URL: https://github.com/semereab-merry/python_mini-applications
- Owner: semereab-merry
- Created: 2022-11-03T16:54:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-14T00:28:25.000Z (almost 3 years ago)
- Last Synced: 2025-06-25T00:49:32.908Z (10 months ago)
- Topics: oop, python
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python_mini_applications
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 |
|