What are some good alternatives to Tkinter for creating a GUI?

0
4
Asked By PixelPioneer42 On

I'm trying to build a program for generating subtitles and I want to create a user-friendly interface. However, I'm really struggling with Tkinter and facing a lot of issues. What are some good alternatives I can consider?

2 Answers

Answered By CodeCrafters89 On

If you’re not looking for anything too fancy, NiceGUI is a solid option. For more advanced features, try PyQt or PySide if you’re concerned about licensing issues.

Answered By DevChaser76 On

What specifically is bothering you about Tkinter? Personally, I find it pretty good for basic UIs, but if you want something that looks a bit more modern, you might want to give CustomTkinter a try.

SubtitleMaker98 -

I keep running into errors with Tkinter, which take a lot of time to fix. Plus, the designs I can create don’t meet my expectations. I’m still learning, so I'm not sure if other libraries will be much easier. But I did try CustomTkinter, and I liked the improvement in the look!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.