Simple question but can't find the answer, am looking for a module that allows me to display in one window multiple windows with python.
Example Above: [![Example][1]][1] [1]: https://i.sstatic.net/i8zzD.png
-
1Like this tutorialspoint.com/pyqt/pyqt_multiple_document_interface.htm ?Lee– Lee2022-05-31 14:28:15 +00:00Commented May 31, 2022 at 14:28
-
Yes, thanks you.Yoan Tufel– Yoan Tufel2022-05-31 17:03:15 +00:00Commented May 31, 2022 at 17:03
Add a comment
|
1 Answer
I think you can have a idea to do this From here. Kivy can be used for the purpose Check this too.