https://github.com/kz26/dottorrent-gui
An advanced GUI torrent file creator with batch functionality, powered by PyQt and dottorrent
https://github.com/kz26/dottorrent-gui
bittorrent gui gui-application p2p pyqt5 python python3 torrent torrent-files
Last synced: about 1 year ago
JSON representation
An advanced GUI torrent file creator with batch functionality, powered by PyQt and dottorrent
- Host: GitHub
- URL: https://github.com/kz26/dottorrent-gui
- Owner: kz26
- License: gpl-3.0
- Created: 2016-08-23T01:48:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-09-12T17:28:58.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T13:07:11.075Z (about 1 year ago)
- Topics: bittorrent, gui, gui-application, p2p, pyqt5, python, python3, torrent, torrent-files
- Language: Python
- Homepage: https://pypi.org/project/dottorrent-gui/
- Size: 231 KB
- Stars: 341
- Watchers: 17
- Forks: 33
- Open Issues: 19
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
==============
dottorrent-gui
==============
An advanced GUI torrent file creator with batch functionality, powered by PyQt and
`dottorrent `_
.. image:: img/screenshot1.png
--------
Features
--------
* Fast (capable of several hundred MB/s)
* Cross-platform
* Full Unicode support
* Automatic and manual piece size selection, up to 64MB
* Batch torrent creation mode
* Filename exclusion patterns
* HTTP/web seeds support `(BEP 19) `_
* Private flag support `(BEP 27) `_
* User-definable source string
* Optional MD5 file hash inclusion
* `Import/export of profiles `_ (trackers, web seeds, source string, filename exclusion patterns)
------------
Installation
------------
Windows
-------
Binary releases of stable versions for 64-bit Windows can be found at
`https://github.com/kz26/dottorrent-gui/releases `_.
Extract to a folder and run ``dottorrent_gui.exe``. You may need to download and install the `Microsoft Visual C++ Redistributable for Visual Studio 2015 `_.
Linux and Mac OS X
------------------
**Requirements**
* Python 3.3+
* PyQt5 5.7+
Latest stable release: ``pip install dottorrent-gui``
Development: ``git clone`` this repository, then ``pip install .``
To run: ``dottorrent-gui``
-------------
Portable Mode
-------------
dottorrent-gui can be configured to run in portable mode, good for running from USB drives and network shares.
To enable this, simply create an empty file named ``dottorrent-gui.ini`` in the same directory as the
main excecutable.
-------
License
-------
© 2017 Kevin Zhang. Made available under the terms of the
`GNU General Public License v3 `_.