Family Tree: Data Structure Final Project

A project to create family tree,hashing data and saving them for more privacy

Installing required packages

pip install -r requirements.txt

Using the code

just run main.py

TODO

  • Create a new project
  • Find best hashing algorithm
  • Implement the hash algorithm
  • Create person class
  • Add features to it
  • Add functions to it
  • Analyze used algorithms
  • Visualize the tree
  • GUI