Visit Blog http://learnandmastercoding.blogspot....
To make any data entry program we need to create the following. We will
create each once as python module and import in the entry program.
1. Create a Menu.
2. Frames to hold the widgets as header, footer and center.
3. Messages and validations.
4. Widgets Modules like Entry, List box, checkbox, radio button etc.
We will define height, width, position, color etc. only once and use in the
entry program.
5. Load images from folder and display as widgets.
6. Save data to a file.
In this video we will review each one by one in short and will go in details
in subsequent videos.