torf-gui


Nametorf-gui JSON
Version 0.3.1 PyPI version JSON
download
home_pagehttps://github.com/SavageCore/torf-gui
SummaryAn advanced GUI torrent file creator with batch functionality, powered by PyQt and torf.
upload_time2024-02-09 02:47:18
maintainer
docs_urlNone
authorOliver Sayers
requires_python
license
keywords bittorrent torrent
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # torf-gui

[![GitHub Build Status](https://img.shields.io/github/actions/workflow/status/SavageCore/torf-gui/build.yml?style=flat-square&logo=pytest)](https://github.com/SavageCore/torf-gui/actions/workflows/build.yml)
[![Code Style: black](https://img.shields.io/badge/code%20style-black-black)](https://pypi.org/project/black/)

[![PyPI - Downloads](https://img.shields.io/pypi/dm/torf-gui?style=flat-square&logo=pypi)](https://pypi.org/project/torf-gui/)
[![PyPI - Version](https://img.shields.io/pypi/v/torf-gui?style=flat-square)](https://pypi.org/project/torf-gui/)

A quick and dirty port of
[dottorrent-gui](https://github.com/kz26/dottorrent-gui) for
[torf](https://github.com/rndusr/torf)

![image](img/screenshot_light.png)

![image](img/screenshot_dark.png)

## Features

- Fast (capable of several hundred MB/s)
- Cross-platform
- Full Unicode support
- Use multiple CPU cores to compute piece hashes
- Automatic and manual piece size selection, up to 16MB
- Batch torrent creation mode
- Filename exclusion patterns (globs)
- HTTP/web seeds support [(BEP
    19)](http://www.bittorrent.org/beps/bep_0019.html)
- Private flag support [(BEP
    27)](http://www.bittorrent.org/beps/bep_0027.html)
- Randomize info hash to help with cross-seeding
- User-definable source string
- Optional MD5 file hash inclusion
- [Import/export of
    profiles](https://github.com/SavageCore/torf-gui/wiki/Profiles)
    (trackers, web seeds, source string, filename exclusion patterns)
- Automatic dark mode!

## Installation

### Windows and macOS

You can find the latest releases [here](https://github.com/SavageCore/torf-gui/releases).

On Windows, simply download and run `torf-gui-win64.exe`. You may need
to download and install the [Microsoft Visual C++ Redistributable for
Visual Studio
2015](https://www.microsoft.com/en-us/download/details.aspx?id=48145).

On macOS, download and extract `torf-gui-macOS.zip` then run the app.
You may need to allow the app to run in your security settings.

### Linux

#### Requirements

- Python 3.3+
- PyQt5 5.7+
- libxcb-xinerama0 (Debian/Ubuntu)

Latest stable release: `pip install torf-gui`

Development: `git clone` this repository, then `pip install .`

To run: `torf-gui`

## Portable Mode

torf-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 `torf-gui.ini` in the same directory as the main
excecutable.

## License

© 2023 Oliver Sayers. Made available under the terms of the [GNU General
Public License v3](http://choosealicense.com/licenses/gpl-3.0/).

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/E1E6P7VIQ)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/SavageCore/torf-gui",
    "name": "torf-gui",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "bittorrent torrent",
    "author": "Oliver Sayers",
    "author_email": "talk@savagecore.uk",
    "download_url": "https://files.pythonhosted.org/packages/14/dd/7979261fd3a115138a6d01592152f3e7a9bd0f06c9cb266e7f41e6192648/torf-gui-0.3.1.tar.gz",
    "platform": null,
    "description": "# torf-gui\n\n[![GitHub Build Status](https://img.shields.io/github/actions/workflow/status/SavageCore/torf-gui/build.yml?style=flat-square&logo=pytest)](https://github.com/SavageCore/torf-gui/actions/workflows/build.yml)\n[![Code Style: black](https://img.shields.io/badge/code%20style-black-black)](https://pypi.org/project/black/)\n\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/torf-gui?style=flat-square&logo=pypi)](https://pypi.org/project/torf-gui/)\n[![PyPI - Version](https://img.shields.io/pypi/v/torf-gui?style=flat-square)](https://pypi.org/project/torf-gui/)\n\nA quick and dirty port of\n[dottorrent-gui](https://github.com/kz26/dottorrent-gui) for\n[torf](https://github.com/rndusr/torf)\n\n![image](img/screenshot_light.png)\n\n![image](img/screenshot_dark.png)\n\n## Features\n\n- Fast (capable of several hundred MB/s)\n- Cross-platform\n- Full Unicode support\n- Use multiple CPU cores to compute piece hashes\n- Automatic and manual piece size selection, up to 16MB\n- Batch torrent creation mode\n- Filename exclusion patterns (globs)\n- HTTP/web seeds support [(BEP\n    19)](http://www.bittorrent.org/beps/bep_0019.html)\n- Private flag support [(BEP\n    27)](http://www.bittorrent.org/beps/bep_0027.html)\n- Randomize info hash to help with cross-seeding\n- User-definable source string\n- Optional MD5 file hash inclusion\n- [Import/export of\n    profiles](https://github.com/SavageCore/torf-gui/wiki/Profiles)\n    (trackers, web seeds, source string, filename exclusion patterns)\n- Automatic dark mode!\n\n## Installation\n\n### Windows and macOS\n\nYou can find the latest releases [here](https://github.com/SavageCore/torf-gui/releases).\n\nOn Windows, simply download and run `torf-gui-win64.exe`. You may need\nto download and install the [Microsoft Visual C++ Redistributable for\nVisual Studio\n2015](https://www.microsoft.com/en-us/download/details.aspx?id=48145).\n\nOn macOS, download and extract `torf-gui-macOS.zip` then run the app.\nYou may need to allow the app to run in your security settings.\n\n### Linux\n\n#### Requirements\n\n- Python 3.3+\n- PyQt5 5.7+\n- libxcb-xinerama0 (Debian/Ubuntu)\n\nLatest stable release: `pip install torf-gui`\n\nDevelopment: `git clone` this repository, then `pip install .`\n\nTo run: `torf-gui`\n\n## Portable Mode\n\ntorf-gui can be configured to run in portable mode, good for running\nfrom USB drives and network shares. To enable this, simply create an\nempty file named `torf-gui.ini` in the same directory as the main\nexcecutable.\n\n## License\n\n\u00a9 2023 Oliver Sayers. Made available under the terms of the [GNU General\nPublic License v3](http://choosealicense.com/licenses/gpl-3.0/).\n\n[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/E1E6P7VIQ)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "An advanced GUI torrent file creator with batch functionality, powered by PyQt and torf.",
    "version": "0.3.1",
    "project_urls": {
        "Homepage": "https://github.com/SavageCore/torf-gui"
    },
    "split_keywords": [
        "bittorrent",
        "torrent"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "753fc5f8380174e426539c514a29c1652172ed5c57159d58e7a44ec7935d9202",
                "md5": "4b5895e86fbdfd6bbf80664d6373b82c",
                "sha256": "f89838a8c3359e01597a7f4b426739cf15d6bd72cfac2264c94d7af18bda9c29"
            },
            "downloads": -1,
            "filename": "torf_gui-0.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4b5895e86fbdfd6bbf80664d6373b82c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 25653,
            "upload_time": "2024-02-09T02:47:17",
            "upload_time_iso_8601": "2024-02-09T02:47:17.168624Z",
            "url": "https://files.pythonhosted.org/packages/75/3f/c5f8380174e426539c514a29c1652172ed5c57159d58e7a44ec7935d9202/torf_gui-0.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "14dd7979261fd3a115138a6d01592152f3e7a9bd0f06c9cb266e7f41e6192648",
                "md5": "fe96afc7c3f2e4732770340f03d6d0eb",
                "sha256": "f326fbca0f407920e28f273bc4900a2882d4daf1ee67fa225337ba10937c44c9"
            },
            "downloads": -1,
            "filename": "torf-gui-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "fe96afc7c3f2e4732770340f03d6d0eb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 25954,
            "upload_time": "2024-02-09T02:47:18",
            "upload_time_iso_8601": "2024-02-09T02:47:18.990703Z",
            "url": "https://files.pythonhosted.org/packages/14/dd/7979261fd3a115138a6d01592152f3e7a9bd0f06c9cb266e7f41e6192648/torf-gui-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-09 02:47:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SavageCore",
    "github_project": "torf-gui",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "torf-gui"
}
        
Elapsed time: 0.20124s