ChessTab - About

ChessTab lists the games on a database and displays the scores of selected games.

This is ChessTab-4.1.2

python setup.py install will have installed these packages:

ChessTab uses features introduced at Python3.4 but declared stable at Python3.6.

Dependencies:

Python3.6, or later versions when available, must be installed to run ChessTab.

tkinter, part of Python, must be installed to run ChessTab. Sometimes this is installed separately.

One of sqlite3, apsw, or bsddb3, must be installed to run ChessTab. sqlite3 is part of Python, but sometimes is installed separately. apsw and bsddb3 are packages for Python, so must be installed separately.