Skip to content

A computer program with a graphical interface for creating and editing your family data

Notifications You must be signed in to change notification settings

AndriyKy/Family_Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Family tree

Family tree is a computer program with a graphical interface for creating and editing your family data.

Main_window

More screenshots are available here.

Prerequisites

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.

Getting started

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.

About

A computer program with a graphical interface for creating and editing your family data

Topics

Resources

Stars

Watchers

Forks

Languages