Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/louisa-uno/vrc-oscstuff
Stuff for VRChat OSC which I just made to try it out automations using the OSC protocol with VRChat
https://github.com/louisa-uno/vrc-oscstuff
osc python vrchat vrchat-osc vrchat-python vrcosc
Last synced: about 2 months ago
JSON representation
Stuff for VRChat OSC which I just made to try it out automations using the OSC protocol with VRChat
- Host: GitHub
- URL: https://github.com/louisa-uno/vrc-oscstuff
- Owner: louisa-uno
- License: agpl-3.0
- Created: 2023-08-22T14:30:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-19T13:08:02.000Z (5 months ago)
- Last Synced: 2024-09-21T19:32:11.583Z (4 months ago)
- Topics: osc, python, vrchat, vrchat-osc, vrchat-python, vrcosc
- Language: Python
- Homepage:
- Size: 1.33 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VRC-OSCStuff
VRC-OSCStuff is are Python scripts that integrate with VRChat using the OSC protocol to automate stuff.
## Features
- [holy-moving-chatbox.py](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](high-chatbox.py)
- Send a custom text into a very high chatbox## Dependencies
- python-osc
- psutil## Setup & Usage
1. Clone the repository:
```bash
git clone https://github.com/Luois45/VRC-OSCStuff.git
cd VRC-OSCStuff
```2. Install the dependencies:
```bash
pip install -r requirements.txt
```3. Run the script:
```bash
python name_of_the_script.py
```4. 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](LICENSE) file.