Python Forum
Family Tree Project on Python?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Family Tree Project on Python?
#1
Hello,

I am new to programming. I have no idea of how coding works, except for the "Hello World!" program.

I am thinking of learn programming python by making a family tree project. I would like to create a program which asks users, the person name they want to add being as a father, son, husband, mother, daughter, etc. A program where left pane is to fill out details like name, birth year, and gender. While, the rest of the portion shows a family tree with males in blue and females in pink. I really want all the names being displayed on just one pages, which could be zoomed in/out, and downloaded as a PDF too.

For example: https://www.familyecho.com/

Is it possible to get something done like that?
Reply
#2
The gramps project is written in python.
Repository is here: https://github.com/gramps-project/gramps
This is a massive undertaking, and shouldn't be your first crack at python, otherwise you'll probably get frustrated and walk away.
But if you have a lot of stamina and are prepared for a multi-year project, you may want to first sit down, familiarise yourself with gramps operation and code.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Python Code for Preorder Traversal of a Binary Tree Bolt 1 593 Sep-22-2023, 09:32 AM
Last Post: Gribouillis
  How to convert TransactSQL into Abstract Syntax Tree (AST) using Python? bajrangbs 2 2,306 Jan-30-2020, 03:46 PM
Last Post: micseydel
  Call functions recursively in tree structure using python dubru 1 2,284 Feb-15-2019, 06:43 PM
Last Post: nilamo
  parse tree to json dictionary in python maryum 0 2,595 Aug-27-2018, 04:59 AM
Last Post: maryum
  Font family -reg DHAYANANTH 0 2,182 Feb-22-2018, 09:44 AM
Last Post: DHAYANANTH

Forum Jump:

User Panel Messages

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