Skip to content
Alex edited this page Feb 5, 2022 · 5 revisions

Welcome to the torrentfile wiki!

torrentfile is a command line utility for creating Bittorrent meta files, and many other features regarding torrent files.

Features

  • Create torrent files using any version (including hybrids)
  • Display detailed information about a pre-existing torrent file
  • Edit details of a torrent file
  • Check torrent file/folder contents against a torrent file for percent completed and integrity.
  • Create Magnet URI from torrent file.

Installation

There are multiple ways to download/install torrentfile.

Using pip:

pip install torrentfile

Using git:

git clone https://github.com/alexpdev/torrentfile.git cd torrentfile python setup.py install

Precompiled binaries for linux and windows can also be found on the releases page.

If the latest binaries cannot be found, please open an Issue

Documentation

Full documentation for the app including usage examples, the full API and other implementation details can be found on (github pages)[https://alexpdev.github.io/torrentfile]

Clone this wiki locally