https://github.com/alexpdev/torrentfileqt
GUI frontend for torrentfile. Tools for creating, editing, reviewing, checking, .torrent files.
https://github.com/alexpdev/torrentfileqt
bittorrent gui python qt torrents
Last synced: 3 months ago
JSON representation
GUI frontend for torrentfile. Tools for creating, editing, reviewing, checking, .torrent files.
- Host: GitHub
- URL: https://github.com/alexpdev/torrentfileqt
- Owner: alexpdev
- License: apache-2.0
- Created: 2021-08-16T21:48:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-07T06:23:38.000Z (about 2 years ago)
- Last Synced: 2025-02-28T01:37:43.443Z (3 months ago)
- Topics: bittorrent, gui, python, qt, torrents
- Language: Python
- Homepage:
- Size: 26.5 MB
- Stars: 15
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# TorrentFileQt

* * *
[](https://www.codacy.com/gh/alexpdev/torrentfileQt/dashboard?utm_source=github.com&utm_medium=referral&utm_content=alexpdev/torrentfileQt&utm_campaign=Badge_Grade)
[](https://codecov.io/gh/alexpdev/torrentfileQt)


[](https://github.com/alexpdev/torrentfileQt/actions/workflows/CI.yml)

[](https://www.codacy.com/gh/alexpdev/torrentfileQt/dashboard?utm_source=github.com&utm_medium=referral&utm_content=alexpdev/torrentfileQt&utm_campaign=Badge_Coverage)TorrentFileQt is a GUI Frontend for [TorrentFile CLI](https://github.com/alexpdev/torrentfile) project.
## Features
- 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## Requirements
- Python 3.6+
- Pyside6
- torrentfile## Usage Overview

* * *
## Install
- From git:
```bash
git clone https://github.com/alexpdev/torrentfileQt.git
cd torrentfileQt
pip install -r requirements.txt
pip install .
torrentfileQt
```- From PyPi
```bash
pip install torrentfileQt
torrentfileQt
```> Alternatively you can download a precompiled binary from the release page.
## Issues
To report a bug or ask for a new feature please [open an issue](https://github.com/alexpdev/torrentfileQt/issues) on github.
## License
[Apache 2.0 Software License](./LICENSE)