Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xdelta/vrc_fav_ui
Python interface for managing your favorites in VRChat
https://github.com/xdelta/vrc_fav_ui
python python3 vrchat
Last synced: about 2 months ago
JSON representation
Python interface for managing your favorites in VRChat
- Host: GitHub
- URL: https://github.com/xdelta/vrc_fav_ui
- Owner: XDelta
- License: cc-by-sa-4.0
- Created: 2020-08-03T10:43:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-09T21:01:39.000Z (over 3 years ago)
- Last Synced: 2024-05-01T18:41:55.484Z (8 months ago)
- Topics: python, python3, vrchat
- Language: Python
- Homepage: https://discord.gg/SKNzdMQCvU
- Size: 151 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: License.txt
Awesome Lists containing this project
README
# VRC_Fav_UI
A small interface to manage and archive your favorite avatars in VRChat.Using this tool allows you to have more VRChat favorites by letting you save some of the avatar information offline,
mainly the image and avtr_id. Favorites lists can also be used to organize and restore presets by editing `favorites.toml`.Additionally this tool is **not a modification to the VRChat client** and only uses the [VRChat API](https://vrchatapi.github.io/)
![Application example image](/.github/Images/FavUIExample.png)
## Prerequisite
Python 3.8+## Install
Download the [Latest Release](https://github.com/XDelta/VRC_Fav_UI/releases/latest/).
Run `install.bat` or
```bash
pip install -r requirements.txt
```
Edit `config.toml` with your VRChat login information## Updating from a previous version
I recommend you make a backup of the folder before starting and move/rename the existing folder
Install using instructions above
Copy the `avatars/` and `config/` folders into new install
(old configs will warn you if out of date)## Usage
Run `VRC_Fav_UI.py`
While in-game use the hotkey `ctrl+k` by default or click `Collect Current Avatar`[![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa]
[cc-by-sa]: http://creativecommons.org/licenses/by-sa/4.0/
[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg