add hotkey support

This commit is contained in:
Andrew Ward
2024-05-05 17:40:21 +01:00
parent f8c7b38c51
commit 960fd8c572
2 changed files with 115 additions and 19 deletions

View File

@@ -63,6 +63,9 @@ To get this script working you will need to install the following on the relevan
* pip install python-dotenv
* pip install wave
* pip install pydub
* pip install keyboard
* pip install pystray
* pip install playsound
### Mac
@@ -77,6 +80,7 @@ To get this script working you will need to install the following on the relevan
* pip3 install wave
* pip3 install pydub
# Making an installer
## Windows