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
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.
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.
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!