Family tree is a computer program with a graphical interface for creating and editing your family data.
More screenshots are available here.
NOTE: Python version >3.8 is required.
python -m venv .venv
source .venv/bin/activate
export PYTHONPATH="$(pwd):$(pwd)/pyui:$(pwd)/business_logic"
pip install -r requirements.txt
To install tkinter
on Linux, please, follow this instruction.
You can clone the repo using the command below or download and unzip the archive.
git clone https://github.com/AndriyKy/Family_Tree.git
To launch the application, simply run the main.py file.