-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi!
I really liked your Gematria calculator - the structure is clean and easy to follow, and the separation between the dictionaries, the calculation function, and the GUI logic makes the code very readable. The calculate_gematria helper function is especially neat and reusable, and using .get() to safely handle non-alphabetic characters is a smart touch.
The interface looks great too - the consistent color scheme, centered layout, and clear instructions make the GUI feel polished and user-friendly. I also liked the option to switch between Hebrew and English Gematria; the radio buttons are implemented nicely and keep the interaction simple.
One small suggestion: since Hebrew text is right-to-left and Tkinter doesn’t always handle that perfectly, you might consider adding a note or adjusting the alignment for Hebrew inputs to make it even clearer for users. But overall, this is a very nicely designed and implemented GUI project in my opinion.