Skip to content

Commit

Permalink
Feet to meter calculator added
Browse files Browse the repository at this point in the history
  • Loading branch information
arunp77 committed Sep 25, 2024
1 parent 3b51bfc commit 1c705a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,6 @@ def calculate(*args):
# Bind the Enter/Return key to trigger the calculation
root.bind("<Return>", calculate)


# Start the Tkinter event loop to run the application
root.mainloop()

0 comments on commit 1c705a6

Please sign in to comment.