In this project I tackled the task of creating a GUI thst lets the user convert currencies. The obvious choice for the library was tkinter, yet I decided on using custom_tkinter insted, becouse it has ...
#Task 3- Find out the reason why result is not displaying : Hint - See in line 34.
In any Tkinter program, the first thing you need is a window. This window will act as a container for your app. This line brings the Tkinter library into your program. We give it the nickname tk so we ...