Shahrayar123 / Python-Projects

Basic Python projects, good first issue
272 stars 276 forks source link

AdvancedTicTacToe.py #163

Closed SaadZiaatharKhan closed 3 months ago

SaadZiaatharKhan commented 6 months ago

An Advanced Tic Tac Toe Game Which has Colors And Can Speak.
Needed Two Modules To Install Modules - Colorama - For Colors - Type command "pip install colorama" to install pyttsx3 - For Speech - Type Command "pip install pyttsx3" to install If speech is not working or error is occurring, download SAPI5 on Windows (NSSpeechSynthesizer for MAC Or eSpeak on Debian based Linux)

SaadZiaatharKhan commented 6 months ago

I am new to github. please allow me to upload my tic tac toe game made with python