{"library":"py3createtorrent","title":"py3createtorrent","description":"Command-line tool and Python module for creating torrent files. Version 1.2.1 supports multithreading, trackerless torrents, and bestN trackers shortcut. Requires Python 3.5-3.11. Active development on GitHub.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install py3createtorrent"],"cli":{"name":"py3createtorrent","version":"py3createtorrent v1.2.1"}},"imports":["from py3createtorrent import createTorrent","from py3createtorrent import Py3CreateTorrent"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from py3createtorrent import createTorrent\n\ncreateTorrent(\n    source='/path/to/files',\n    output='/path/to/output.torrent',\n    trackers=['udp://tracker.opentrackr.org:1337/announce'],\n    name='My Torrent'\n)","lang":"python","description":"Create a torrent file with trackers.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}