Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creating a Mindmap program
#4
(Apr-06-2019, 04:01 PM)J_Miller Wrote: Would you mind telling/showing me how you proceeded ? Is there a repository somewhere ?
I'm really at a loss about how to go forward with this.

I don't remember very well. I did this years ago when I was bored at work, and it got lost in the shuffle when work went insane. I just checked the cd of files I took when I left that job, and there's nothing on it for that project. It was very simple though, each node just saved the text and a list of children. The GUI was very simple, as well.

(Apr-06-2019, 04:01 PM)J_Miller Wrote: One of the things that troubles me for example is that say I choose to use tkinter to start with a basic version and I go forward with it for some time. What if after a while I discover it's too limited to make something more complex and all along there was a better tool to achieve this ? Do I have to start everything over again ?

The key to this sort of think it to separate the implementation from the interface. The structure that holds the contents of the mind map should not have anything to do with the GUI you build. It should just have ways for the GUI to access the information you need. If you decide you need to rewrite the GUI, you can just move the implementation code over wholesale.

That said, you clearly don't want to rewrite the whole GUI. Think carefully about what features you want to have and what the various GUI frameworks can manage. But I'm not a big GUI guy, so I'm the wrong person to ask.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
Creating a Mindmap program - by J_Miller - Apr-06-2019, 03:26 PM
RE: Creating a Mindmap program - by ichabod801 - Apr-06-2019, 03:44 PM
RE: Creating a Mindmap program - by J_Miller - Apr-06-2019, 04:01 PM
RE: Creating a Mindmap program - by ichabod801 - Apr-06-2019, 05:21 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  creating simplex tableau pivot program easy or difficult for a beginner in Python? alex_0 2 2,681 Mar-31-2021, 03:39 AM
Last Post: Larz60+
  creating hex dump modifying program ensoniq 3 2,719 Oct-14-2019, 08:21 AM
Last Post: Larz60+
  Creating Vector from a Program ericvrocha 3 1,994 Oct-08-2019, 07:43 AM
Last Post: newbieAuggie2019
  creating a list during program execution. hobbyprogrammer 2 2,482 Jan-26-2019, 09:06 PM
Last Post: hobbyprogrammer
  creating a username and pword program using a #def statement and #dictionary zcode12 3 3,246 Oct-14-2018, 04:41 AM
Last Post: volcano63
  Creating a program to look for the largest prime number of a number Wikki14 4 4,015 Sep-08-2018, 12:30 AM
Last Post: Skaperen
  Creating a schedule program ndplokkaar 4 4,071 Nov-23-2017, 04:21 PM
Last Post: ndplokkaar
  Creating a program that records speed in a speed trap astonavfc 7 7,554 Nov-07-2016, 06:50 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

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