Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 274 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 274 Bytes

Lee virtual assistant

It is a very simple application that uses gTTS, interacts with the shell, plays music and runs software.

To run:

  • python3 -m venv .venv
  • source .venv/bin/activate(.fish/.csh)
  • pip install -r requirements.txt
  • python run.py
  • Enjoy :D