Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 475 Bytes

README.MD

File metadata and controls

19 lines (16 loc) · 475 Bytes

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