Lets's Combine GUI + Python Coding
Project, a dream project always starts by learning small small interfaces.
Before proceeding for project (GUI + Python coding), hope you covered all basics of Python GUI and Python basic coding, classes , file-handling, exception-handling etc.
Here, we will be learning small GUI and Python coding interface projects, a very simple one just to learn how to interact and collect data from GUI widgets.
All these projects are simply coded with help of functions, so Class is not included in these projects.
Tkinter_Window
please refer this link Tkinter_GUI_Window to create a basic window and assign background colour or background image or window icon and many more.
Button
Entry
- How to set data inside Entry Widget and delete once click in Entry Widget
How to validate if password and confirm password section is matching or not.
Checkbutton
Radiobutton
Spinbox
Menu_Display
Some Advance Minor Projects
File System
- How to browse and save a file in directory in Python.
- How to browse and save a directory in Python.
more to come...