MMDPROJECT / NumericalAnalysisMethods

MIT License
1 stars 0 forks source link

3 required for Interpolation & Differentiation GUI. #21

Closed MMDPROJECT closed 4 days ago

MMDPROJECT commented 1 week ago

Please tell which libraries you do prefer to work with for implementing a GUI for interpolating methods. @ranarokni @Grmamobin.

ranarokni commented 1 week ago

I prefer tkinter But honestly don't know any other, so would be ok with anything else

MMDPROJECT commented 1 week ago

I prefer tkinter But honestly don't know any other, so would be ok with anything else

As i have noticed tkinter is not that much flexible in terms of having enough widgets. Although working with it is really easy and we can get the work done very quickly.

I would prefer flet library of python. Which is actually quite similar to the flutter framework of the dart. We can easily design modern-looking pages with it's enormous widgets and features. Please have a look at the images in the this link.

Grmamobin commented 6 days ago

I prefer tkinter But honestly don't know any other, so would be ok with anything else

As i have noticed tkinter is not that much flexible in terms of having enough widgets. Although working with it is really easy and we can get the work done very quickly.

I would prefer flet library of python. Which is actually quite similar to the flutter framework of the dart. We can easily design modern-looking pages with it's enormous widgets and features. Please have a look at the images in the this link.

Well... I disagree with you guys !! I'd rather use "PySide6" because it is very simple to use.

AND based on my limited experience with "flet" and "tkinter" I find that they are all time consuming to use....

MMDPROJECT commented 4 days ago

This issue will be suspended for now