Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
WordCloud
-
Hi All,
Does anybody know how to embed wordcloud ( https://github.com/amueller/word_cloud ) in Qt(PyQt)?
I'm starting research but it's not clear yet if possible... :<Many thanks in advance for your help.
Regards,
Sat
-
@ShinSat Do you use Python?
You will not be able to use it directly from C++ as it is written in Python. But you can call it using QProcess and then use the generated picture in your Qt app.
Read README.md to see how to install it.