dhhruv / YouTua

🎬 YouTua is a GUI Program to download videos/playlists from various supported sites.
MIT License
52 stars 9 forks source link

Help Regarding UI #6

Open dhhruv opened 3 years ago

dhhruv commented 3 years ago

Currently, I've been using Tkinter to make GUI for YouTua but it doesn't look the way people need. So, is there anyone who can configure YouTua with a better GUI library in Python. Also, if you think you can change the current GUI made using Tkinter to look better, it'll be useful. Please let me know if anything comes up in your mind.

Shigetorum635 commented 3 years ago

Python doesn't excel in UI, that's a fact. There's various UI libraries, but I personally would recommend these:

dhhruv commented 3 years ago

Yeah @Sylack-lab , I did look into them but the thing is if I want to change, I'd have to do this from scratch plus I haven't used the libraries in any other projects so a helping hand would be good for the same.

nobalpha commented 2 years ago

Hey! @dhhruv

I know, it's a little bit late to ask, but I can modernize the UI created with Tkinter by redesigning it with DearPyGUI which is a powerful and stylized, Dear ImGUI and C++ based desktop UI.

Let me know, if you're interested in!

dhhruv commented 2 years ago

Hey! @dhhruv

I know, it's a little bit late to ask, but I can modernize the UI created with Tkinter by redesigning it with DearPyGUI which is a powerful and stylized, Dear ImGUI and C++ based desktop UI.

Let me know, if you're interested in!

Yes @nobalpha , If possible can you just provide a design beforehand of the changes you will perform in the GUI. That would be helpful to understand.

nobalpha commented 2 years ago

Hey @dhhruv !

Sorry for the late response, but I could come up only an exact clone of your Tkinter UI. I guess that the UI is already simple and compact, that said it makes really easy to navigate and get the job done!

Here are some screenshots:

But, I'll try to think of new designs.

dhhruv commented 2 years ago

Hey @dhhruv !

Sorry for the late response, but I could come up only an exact clone of your Tkinter UI. I guess that the UI is already simple and compact, that said it makes really easy to navigate and get the job done!

Here are some screenshots:

But, I'll try to think of new designs.

That's good but if you can think to make it more attractive and more user-friendly, it would be better. Please let me know if you get any more ideas.

nobalpha commented 2 years ago

Hey @dhhruv !

Here's a small improvement to the UI.

Can you tell me some other points to work on? Maybe new features? According to that, I can rebuild the UI with your suggestions.