├── .gitignore ├── README.md ├── requirements.txt └── tars.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thepylot/TARS/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thepylot/TARS/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | gTTS 2 | SpeechRecognition 3 | PyAudio 4 | pygame 5 | selenium 6 | -------------------------------------------------------------------------------- /tars.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thepylot/TARS/HEAD/tars.py --------------------------------------------------------------------------------