Skip to content

Titan1911/TIC-TAC-TOE-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

TIC-TAC-TOE

Fully voice automated TIC-TAC-TOE

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Install the following libraries

pip install gtts
pip install SpeechRecognition
pip install playsound

(on linux, use pip3)

Install Pyaudio

pip install pyaudio

(on linux, use pip3)

If installing pyaudio gives some error, you may download it from given link : PyAudio after downloading, open CMD/terminal and go to download folder location and run :

pip install //here comes the file name of downloaded file//

Running the project

Just simply install all mentioned libraries and open the code in your editor. After that, just run your program. ENJOY PLAYING!

Developers

Harsh Soni

About

Fully voice automated TIC-TAC-TOE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%