The repository can be found on GitHub (here)
This task is referring to the Python_Course for engineers and natural scientists of the TU Bergakademie Freiberg.
The goal is to write a simple GUI-Application, which implements an object oriented address-management.
- install
python3
- install Tkinter Framework for python
- in order to get to realize a GUI-application in Python it is mandatory to learn something about a python GUI framework
- the framework used by me to create the application is called Tkinter, which is the standard Python interface to the Tcl/Tk GUI toolkit
- I've worked with a Video from the Programmieren Starten Youtube Channel to get to know the basic functionalities
- after getting to know the Tkinter framework I implemented a small translation GUI-application, to test the acquired knowledge
-
with the new knowledge of Tkinter in combination with the knowledge from the Python Course at the university, I was able to implement the required address-management GUI-application
-
the following UML-Diagram was used to create the code for the application:
- the program is currently working in the way required
- still there need to be more changes made in order to realize a reliable Address Management System (especially to make it less error prone)