working software
This commit is contained in:
commit
9a800bb839
7 changed files with 907 additions and 0 deletions
11
pyproject.toml
Normal file
11
pyproject.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
[project]
|
||||
name = "jarvis-rivals"
|
||||
version = "0.1.0"
|
||||
description = "Jarvis voice assistant for Marvel Rivals"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"pyautogui>=0.9.54",
|
||||
"pynput>=1.7.7",
|
||||
"speechrecognition[faster-whisper]>=3.14.1",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue