Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Graph with GUi
#1
I want to implement a GUI in which the user will give vertexes and their neighbors and step by step a graph (G) will be created!! After that i would like to run on it a graph algorithm (etc BFS).

Which Python framework are you suggested me to use for better and easier use ?

Thanks in advance for all the answers !!!!
Reply
#2
you should study numpy: https://numpy.org/
and
matplotlib: https://matplotlib.org/
Reply
#3
or pyqtgraph is another possibility
Reply


Forum Jump:

User Panel Messages

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