2aa2eab12a | ||
---|---|---|
.idea | ||
python_libtorrent | ||
resources | ||
README.md | ||
__init__.py | ||
addon.xml | ||
changelog.txt | ||
default.py | ||
icon.png | ||
license.txt | ||
platform_pulsar.py |
README.md
python-libtorrent for Kodi
script.module.libtorrent is a Kodi module that makes easy import of python-libtorrent for you.
Used in projects
Usage
Add module in requires of your addon.xml:
<import addon="script.module.libtorrent"/>
Use it in any python file:
from python_libtorrent import get_libtorrent
libtorrent=get_libtorrent()