diff --git a/README.md b/README.md index 6a48d02..91cb363 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ # Mex Assistant + +Mex Assistant is a simple voice assistant made in Qt5. diff --git a/requirements.txt b/requirements.txt index afa625f..f9f4bfd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,5 @@ gTTS~=2.5.1 pytube~=15.0.0 future~=1.0.0 pydub~=0.25.1 -speechrecognition ~= 3.10.4 \ No newline at end of file +speechrecognition ~= 3.10.4 +PyQt5~=5.15.10 \ No newline at end of file