TIC TAC TOE, in python (tkinter)

by Hossam K

Description

Implementation of tic-tac-toe in python, using CLI & GUI. Player plays with 'O', computer plays with 'X'. computer input is totally random, no logic is implemented.