项目作者: RafaelCenzano

项目描述 :
Marvin Version 3 client version
高级语言: Python
项目地址: git://github.com/RafaelCenzano/Marvin-v3-client.git
创建时间: 2018-10-11T02:53:11Z
项目社区:https://github.com/RafaelCenzano/Marvin-v3-client

开源协议:Apache License 2.0

下载


Marvin Version 3

Python virtual assistant. Version 3.

Note this program doesn’t require a virtualenv it creates its own using the setup.py

Setup

Clone the repository and enter it

  1. git clone https://github.com/Marvin-Virtual-Assistant/Marvin-v3-client.git
  2. cd Marvin-v3-client

Requirements

Use pip to install needed libraries

  1. pip install -r requirements.txt

or

  1. pip install beautifulsoup4==4.6.3
  2. pip install bs4==0.0.1
  3. pip install certifi==2018.10.15
  4. pip install chardet==3.0.4
  5. pip install Click==7.0
  6. pip install gTTS==2.0.1
  7. pip install gTTS-token==1.1.2
  8. pip install idna==2.7
  9. pip install playsound==1.2.2
  10. pip install PyAudio==0.2.11
  11. pip install requests==2.20.0
  12. pip install six==1.11.0
  13. pip install SpeechRecognition==3.8.1
  14. pip install urllib3==1.24.2
  15. pip install word2number==1.1

Running the tests

No tests yet

What are the tests checking

No tests yet

What happens when a test fails

No tests yet

Authors

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details