Python Forum
[WxPython] Create a flowchart
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[WxPython] Create a flowchart
#1
I'm trying to create a flowchart in the wxpython library, but I have no idea what commands to use.
I am not able to define a rectangle and associate it with text, change the border of the rectangle and paint the rectangle.
Thank you.
Reply
#2
download the demo program here: https://github.com/wxWidgets/Phoenix/
you will find a beautiful demo that has 2 tabs for each widget, a demo, and source code
you can run the demo with python demo/demo.py
Reply
#3
Your question is a bit vague.
You can look at DOT graph description language and there python package graphviz
look also at See also section, e.g. other packages are pydot, pygraphviz, etc.
There is also open source graph visualization software - https://www.graphviz.org/ (also required to render the graph)
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020