Please recommend tools for starting a text-related project #2607
-
|
Hi people! I want to create a Python application for Linux, with functionality like mind map and styled text. Could you please recommend a library for that, with syntax as simple as possible? I like DearPyGUI and I thought about using it, because it has
Now I doubt that it would suit well, because
I know it might not be the best place to ask, but Discord in my country doesn't work. So I really hope you would share your thoughts. Please. I know I might use
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
@v-ein , you seem to be the most active consultant on all things DearPyGui. Any thoughts? And thank you, BTW... |
Beta Was this translation helpful? Give feedback.
-
|
OK, I think I have an answer for now: imgui_bundle. Sure, it could use better documentation, because I think using a library to write code should be like this:
and currently using imgui_bundle looks like this:
With all that said, it's a nice instrument to use when you know how. |
Beta Was this translation helpful? Give feedback.
OK, I think I have an answer for now: imgui_bundle.
Sure, it could use better documentation, because I think using a library to write code should be like this:
and currently using imgui_bundle looks like this:
With all that said, it's a nice instrument to use when you know how.