项目作者: virejdasani

项目描述 :
Alexis is an Open Source command line Robot butler!
高级语言: Python
项目地址: git://github.com/virejdasani/Alexis.git
创建时间: 2020-10-17T11:55:16Z
项目社区:https://github.com/virejdasani/Alexis

开源协议:MIT License

下载


Alexis - Your Personal Robot Butler

Alexis

Alexis is an open source Personal Assistant that works on the command line.
Right now, in its early stages of development, it can’t do much except open websites, make use of Bored API, google something or pull something from Wikipedia.
The final goal for Alexis is to do everything from sending emails to telling you a joke. (He can now do both!)
Alexis is outfited with a powerful macros and alias system as well as an intuitive settings system all accessible with only raw text to allow you to customise him to your liking.

Get Started

  • Check out Alexis on YouTube - https://youtu.be/LchUl9pueLw
  • Clone the repo and simply run python alexis.py for mac and windows or
    python3 alexis.py for linux.

  • Type the command “help” to view all commands when Alexis asks to enter command.

  • Alternatively, check out our AllCommands.txt file.
  • The default method to give commands is by typing them. However, you can type in speak to turn on voice recognition.

Installation

  • To run Alexis, you need to install some modules like this
    1. $ pip install -r requirements.txt