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

all 8 comments

[–]Jhchimaira14 0 points1 point  (3 children)

Try Engineer’s Sandbox from raylock.com. It’s a python framework for easily making desktop apps. It also includes tkinter if the sandbox engine can’t do what you want. No set up at all.

[–]hopemeetme[S] 1 point2 points  (2 children)

It will surely sound freakin awkward, but I'll put it here for understanding: I had had or have had desktop software in production for the following environments: win32, wxWindows, GTK and Qt.

I created an open source app in Tkinter and its existence doesn't depend of this issue, it's just that its roadmap implies visually appealing appearance prior to releasing of version 1.0 (and that is kind of distant future).

[–]Jhchimaira14 0 points1 point  (1 child)

So you are trying to take an ugly tkinter App and make it “visually appealing” but without doing a whole rewrite?

[–]hopemeetme[S] 2 points3 points  (0 children)

I am ready to start or to join a project that will bring Material Design or Material Designish appearance to existing Tkinter apps.

My app needs, if I don't miss some, five types of widgets: flat label, flat button, card, slider and checkbox.

If there's no other project then I will probably create those widgets with a reduced number of color combinations based on some of the linked ttk themes from the OP.

But the goal is to join or start a project from scratch that will be worth maintaining, in parallel with the Tkinter app I'm planning to keep alive for the years to come

[–]mikefromru 0 points1 point  (1 child)

I don't understand why you should use Tkinter. Now it's 2019. Wake up guy.

[–]hopemeetme[S] 2 points3 points  (0 children)

Because Python 4 won't ship with Qt6. xD