This repository contains pyTSon scripts that were either created or modified by me. For a list of all the scripts available check the scripts subdirectory.
Some of the scripts I created require special dependencies. Confirm you have updated versions of all the requirements if you want a script to run smoothly.
- Uninstall your old pyTSon version if you already have it installed via "Tools" -> "Options" -> "Addons" -> "Plugins" ->
pyTSon
-> "Uninstall" - Close your Teamspeak Client and make sure no
ts3client_*.exe
is running in your Task Manager - Download and install the latest pyTSon nightly for your system from https://repo.4qt.de/pyTSon/nightlies/latest/
- Download the latest version of this repository from https://github.com/Bluscream/pyTSon_plugins/archive/master.zip
- Extract the
include/
folder from the ZIP to%APPDATA%/TS3Client/plugins/pyTSon/
so Windows asks you to merge them - Extract only the scripts you need from
master.zip/scripts
to%APPDATA%/TS3Client/plugins/pyTSon/scripts/
- Make sure "Accept different API Versions" is checked in "Plugins" -> "pyTSon" -> "Settings"
- Restart your Teamspeak client
- Open the pyTSon settings dialog via "Plugins" -> "pyTSon" -> "Settings" and check all the scripts that you want.
- Eventually the scripts have settings so make sure to adjust them by clicking on the cog wheel next to them!
- If any of the scripts use menuItems you need to restart your client after activating them before you can see their menus.
In case the short tutorial did not work for you or if you want more in-depth information I provided a more detailed tutorial series on YouTube. You can find it at https://r4p3.net/resources/pytson.170/field?field=faq!
- I have questions / problems with pyTSon!
- I have questions / problems with your script!
- What is pyTSon?
- pyTSon is a python and Qt wrapper for the [C] Teamspeak 3 Client Plugin API created by pathmann.
- What Teamspeak style are you using?
- Which screenshot tool are you using?
- Which app do you use for editing
.ui
files? - Which IDE do you use for Python code?
- Is there any tutorial for how to make pyTSon plugins?