# What it does
Upon running the program, a virtual avatar will appear.
The avatar's mouse will move given your mouse movements.
Upon pressing the left, middle, or right button, the avatar will perform a "clicking" animation.
Upon pressing an alphanumerical character or 'space', the avatar will perform a "key press" animation.
Different mouse and keyboard buttons will simulate animations in slightly different locations.
There may be a green border around the character, but software like OBS will ignore it.
# How to use
Go to the releases page and download Wolfy.Zip.
https://github.com/Sparks29032/Character_Plugin/releases
Click on the "Wolfy" executable to run.
**NOTE:** Having caps lock or holding shift may mess with reading in the button presses.
### Use with OBS
Use a "Window Capture" on the Wolfy.exe program.
To get rid of the green color background, use a Chroma Key filter with the settings: ~333 Similarity, 1 Smoothness, 1 Key Color Spill Reduction.
### Using your own avatar
To use your own avatars, you simply have to change the pictures in the "Images" folder.
However, refrain from #00ff00 as that color will be displayed as clear.
Ensure your images are around the same height as the current model.
Raw data
{
"_id": null,
"home_page": null,
"name": "Wolfy-Avatar-Plugin",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "Sparky <sparks29032@gmail.com>",
"keywords": "obs-compatible",
"author": null,
"author_email": "Sparky <sparks29032@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/87/56/1b91f2645db771b0df6584efa4256c85d05f6890ef0a12cbd4a563212bbd/wolfy_avatar_plugin-0.0.63.post0.tar.gz",
"platform": null,
"description": "# What it does\nUpon running the program, a virtual avatar will appear.\n\nThe avatar's mouse will move given your mouse movements.\n\nUpon pressing the left, middle, or right button, the avatar will perform a \"clicking\" animation.\n\nUpon pressing an alphanumerical character or 'space', the avatar will perform a \"key press\" animation.\n\nDifferent mouse and keyboard buttons will simulate animations in slightly different locations.\n\nThere may be a green border around the character, but software like OBS will ignore it.\n\n# How to use\nGo to the releases page and download Wolfy.Zip.\n\nhttps://github.com/Sparks29032/Character_Plugin/releases\n\nClick on the \"Wolfy\" executable to run.\n\n**NOTE:** Having caps lock or holding shift may mess with reading in the button presses.\n\n### Use with OBS\nUse a \"Window Capture\" on the Wolfy.exe program.\n\nTo get rid of the green color background, use a Chroma Key filter with the settings: ~333 Similarity, 1 Smoothness, 1 Key Color Spill Reduction.\n\n### Using your own avatar\nTo use your own avatars, you simply have to change the pictures in the \"Images\" folder.\n\nHowever, refrain from #00ff00 as that color will be displayed as clear.\n\nEnsure your images are around the same height as the current model.\n",
"bugtrack_url": null,
"license": null,
"summary": "Small virtual character plugin to track mouse and keyboard inputs.",
"version": "0.0.63.post0",
"project_urls": {
"Homepage": "https://github.com/Sparks29032/Character_Plugin",
"Issues": "https://github.com/Sparks29032/Character_Plugin/issues"
},
"split_keywords": [
"obs-compatible"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "28893174fac6b0247ddd4f56723fa5c521473a89c9e5c014525bf8fc791429ce",
"md5": "3eb7a3e0d79e5c2ae2798e30f1f1edfa",
"sha256": "644125b038b3d016ebf6ae29af8296e8ee403bb2ec0c1a55b7c3f8d97ffd5c4b"
},
"downloads": -1,
"filename": "Wolfy_Avatar_Plugin-0.0.63.post0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3eb7a3e0d79e5c2ae2798e30f1f1edfa",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 1974,
"upload_time": "2024-04-30T23:03:28",
"upload_time_iso_8601": "2024-04-30T23:03:28.999755Z",
"url": "https://files.pythonhosted.org/packages/28/89/3174fac6b0247ddd4f56723fa5c521473a89c9e5c014525bf8fc791429ce/Wolfy_Avatar_Plugin-0.0.63.post0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "87561b91f2645db771b0df6584efa4256c85d05f6890ef0a12cbd4a563212bbd",
"md5": "4154ee15d87bf364bfac0a103241da0c",
"sha256": "bb5fde92292cf595e2222b7a6cde811d2b7be62de01d198356fa16dae64cc312"
},
"downloads": -1,
"filename": "wolfy_avatar_plugin-0.0.63.post0.tar.gz",
"has_sig": false,
"md5_digest": "4154ee15d87bf364bfac0a103241da0c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 2080,
"upload_time": "2024-04-30T23:03:30",
"upload_time_iso_8601": "2024-04-30T23:03:30.451952Z",
"url": "https://files.pythonhosted.org/packages/87/56/1b91f2645db771b0df6584efa4256c85d05f6890ef0a12cbd4a563212bbd/wolfy_avatar_plugin-0.0.63.post0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-30 23:03:30",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Sparks29032",
"github_project": "Character_Plugin",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "tk",
"specs": [
[
"~=",
"0.1.0"
]
]
},
{
"name": "Pillow",
"specs": [
[
"~=",
"9.0.1"
]
]
},
{
"name": "Pynput",
"specs": [
[
"~=",
"1.7.6"
]
]
}
],
"lcname": "wolfy-avatar-plugin"
}