Skip to content

ChopChopKodi/script.module.libtorrent

 
 

Repository files navigation

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 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()

License

MIT License

About

python-libtorrent for Kodi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%