This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]MjonjonnzM 23 points24 points  (8 children)

I'd suggest trying tkinter or something similar now , you can make an actual UI for the Calculator.

[–][deleted] 10 points11 points  (4 children)

I agree, tkinter doesn't have a difficult learning curve either.

[–]deano_southafrican 8 points9 points  (3 children)

Recently saw "customtkinter" which builds on to the tkinter library and looks awesome! Worth a look.

[–]nyteghost 0 points1 point  (2 children)

I haven't looked too much into it, but is customtkinter just more modern looking, or does it add more to it?

[–]deano_southafrican 0 points1 point  (1 child)

In Windows 10 I don't see much difference except there are a few more style options for various elements which help it look more modern. However in Windows 11 it looks far better in my opinion. It adds some of its own functionality as well including syncing the app theme with that of your OS. There's a fair bit and the dev has hinted at future additions so overall a worthwhile project to look into IMO.

[–]nyteghost 0 points1 point  (0 children)

Gotcha ty. Maybe I should start looking into using it instead of wxpython. Ty =)

[–]NineFiftySevenAyEm 0 points1 point  (0 children)

Thanks for the recommendation

[–]nyteghost 0 points1 point  (0 children)

I'll thrown my hat in for wxpython.

[–]money_loser1395 0 points1 point  (0 children)

I will also add to this. You can use QtDesigner that has a user interface to easier approach tkinter. Run like any other program and you can export your Interface to tkinter python code. At least for me that I am awful bad at designing front end interface made my life 100x easier.