An open API service indexing awesome lists of open source software.

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.

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 | Registration form |

## 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 | Pizza order|