Luois45 / VRC-OSCStuff

Stuff for VRChat OSC which I just made to try it out automations using the OSC protocol with VRChat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VRC-OSCStuff

VRC-OSCStuff is are Python scripts that integrate with VRChat using the OSC protocol to automate stuff.

Features

  • holy-moving-chatbox.py
    • Send the bible.txt into the chatbox
    • Uses occurrences of specific letters (W, A, S, D) to determine movement duration in respective directions
    • Smoothly interpolates between values to simulate eye-closing
  • high-chatbox.py
    • Send a custom text into a very high chatbox

Dependencies

  • python-osc
  • psutil

Setup & Usage

  1. Clone the repository:
git clone https://github.com/Luois45/VRC-OSCStuff.git
cd VRC-OSCStuff
  1. Install the dependencies:
pip install -r requirements.txt
  1. Run the script:
python name_of_the_script.py
  1. Follow the on-screen prompts to enable/disable chatbox, movements, and eye functionalities.

License

This project is licensed under the AGPL-3.0 License. For more details, please refer to the LICENSE file.

About

Stuff for VRChat OSC which I just made to try it out automations using the OSC protocol with VRChat

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%