From: BenoƮt Fontaine Date: Fri, 2 Feb 2018 21:57:50 +0000 (+0100) Subject: update readme X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=04510c67b9e0303dfb3901a089814287dc985950;p=gamesguru%2Fgetmyancestors.git update readme --- diff --git a/README.md b/README.md index 2eebf44..cf90b89 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ This script requires python3 and the requests module to work. To install this mo This script requires python 3.4 (or higher) to run due to some novel features in the argparse and asyncio modules (https://docs.python.org/3/whatsnew/3.4.html) +The graphical interface requires the tkinter module (https://docs.python.org/3/library/tkinter.html) + To download the script, click on the green button "Clone or download" on the top of this page and then click on "Download ZIP". Current version was updated on February 2nd 2018. @@ -18,6 +20,12 @@ Current version was updated on February 2nd 2018. Examples ======== +Use Graphical interface: + +``` +python3 gui.py +``` + Download four generations of ancestors for the main individual in your tree and output gedcom on stdout (will prompt for username and password): ```