TorrentFileQt is a GUI Frontend for TorrentFile CLI project.
- Create .torrent files
- Display detailed information for a .torrent file
- Bittorrent v1, v2 and hybrid .torrent files supported
- Check if a .torrent file contents are in filesystem
- Check progress or percentage complete for .torrent file
- Edit torrent files
- Drag and drop files onto any tab
- Create magnet link URIs
- Analyze piece lengths for torrent files
- Now with full Bencode edit support
- Python 3.6+
- Pyside6
- torrentfile
- From git:
git clone https://github.com/alexpdev/torrentfileQt.git
cd torrentfileQt
pip install -r requirements.txt
pip install .
torrentfileQt
- From PyPi
pip install torrentfileQt
torrentfileQt
Alternatively you can download a precompiled binary from the release page.
To report a bug or ask for a new feature please open an issue on github.