Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 652 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 652 Bytes

python-libtorrent for Kodi

script.module.libtorrent is a Kodi module that makes easy import of python-libtorrent

Support

Used in projects

Usage

Add module to your repository and requires in addon.xml:

<import addon="script.module.libtorrent"/>

Use it in any python file:

from python_libtorrent import libtorrent

License

MIT License