Jarvis voice assistant for marvel rivals
Find a file
2025-02-13 11:28:33 -05:00
ui add ability to auto-switch between team and match chat 2025-02-13 11:28:33 -05:00
.gitignore working software 2025-02-12 21:56:41 -05:00
.python-version working software 2025-02-12 21:56:41 -05:00
main.py add ability to auto-switch between team and match chat 2025-02-13 11:28:33 -05:00
pyproject.toml add ability to auto-switch between team and match chat 2025-02-13 11:28:33 -05:00
README.md add clipping 2025-02-13 09:36:53 -05:00
slang.py working software 2025-02-12 21:56:41 -05:00
uv.lock add ability to auto-switch between team and match chat 2025-02-13 11:28:33 -05:00

"Jarvis, maximum pulse his balls"

Jarvis Assistant for Marvel Rivals

A simple piece of software i cooked up in a few hours because it would be funny

Allows you to use voice commands to do simple tasks in Marvel Rivals

Might be considered cheating, even though it's slower than doing stuff manually, use at your own risk

Setup

uv sync

Usage

uv run main.py

Press the hotkey (default is Home) and then talk to jarvis

Supported Commands

  • say something in team/match chat
    • "Jarvis, say gg no heals in match chat"
    • "jarvis, type gang what are we doing in chat"
  • maximum pulse
    • "jarvis, maximum pulse that family of four"
    • "jarvis, murder that shark"
    • "jarvis, remove his balls"
  • save a clip
    • "jarvis, clip that"
    • "hey jarvis, thats a clip"

Checkout the code to see specific keywords/phrases as all NLP is regex/string based, not generative AI