python-libtorrent for Kodi
Go to file
Роман Бородин 8198b8f558 исправления и версия python 3.7 2022-03-14 22:57:02 +03:00
python_libtorrent исправления и версия python 3.7 2022-03-14 22:57:02 +03:00
resources исправления и версия python 3.7 2022-03-14 22:57:02 +03:00
.gitignore sheeeeeeet 2016-03-26 19:08:10 +03:00
README.md fix readme 2018-08-09 00:43:58 +03:00
__init__.py MIT license 2016-02-03 16:37:49 +03:00
addon.xml Версия для Kodi 19 2022-03-14 13:59:32 +03:00
changelog.txt arm v6 by Allin 2018-08-09 00:36:32 +03:00
default.py Версия для Kodi 19 2022-03-14 13:59:32 +03:00
icon.png Initial commit 2015-06-28 14:40:33 +03:00
license.txt MIT license 2016-02-03 16:37:49 +03:00

README.md

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