This is the source code for Python Tic Tac Toe.
Python 3.8 or later.
Create virtual environment, install third-party packages and invoke as a module
$ pyenv virtualenv 3.8.1 tictactoe
$ pyenv activate tictactoe
$ pip install -r requirements.txt
$ python -m tictactoe