Build a Python GUI with Tkinter
74件の評価

3,340人がすでに登録済みです
Inherit from the Frame class to create the Application Window.
Use Entry Widgets to allow the user to enter a filename and X and Y Coordinates.
Create button event handlers and retrieve and set data using widget methods.