705 B
705 B
#Plugins
Toxygen is the first Tox client with plugins support. Plugin is Python 3.4 module (.py file) and directory with plugin's data which provide some additional functionality.
#How to write plugin
Check Plugin API for more info
#How to install plugin
Toxygen comes without preinstalled plugins.
- Put plugin and directory with its data into /src/plugins/ or import it via GUI (In menu: Plugins -> Import plugin)
- Restart Toxygen
##Note: /src/plugins/ should contain plugin_super_class.py and init.py
#Plugins list
WARNING: It is unsecure to install plugin not from this list!