Codex Playground

This repository hosts the VRChat Account Manager, a small application for managing multiple VRChat SDK logins across Unity projects.

Running Tests

Install dependencies and run the full test suite:

pip install -r VRChatAccountManager/requirements.txt
PYTHONPATH=. pytest -q

The application sources live inside the VRChatAccountManager/ folder. See that directory for usage and packaging instructions.