torf-gui


Nametorf-gui JSON
Version 0.4.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-05-02 00:31:23
maintainerNone
docs_urlNone
authorOliver Sayers
requires_pythonNone
licenseNone
keywords bittorrent torrent
VCS
bugtrack_url
requirements humanfriendly torf PyQt5 pyqtdarktheme
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": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "bittorrent torrent",
    "author": "Oliver Sayers",
    "author_email": "talk@savagecore.uk",
    "download_url": "https://files.pythonhosted.org/packages/70/0f/86599a8a654e9736239663dc5a9363a99ae84c2bc98bd7b97126f6373129/torf-gui-0.4.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": null,
    "summary": "An advanced GUI torrent file creator with batch functionality, powered by PyQt and torf.",
    "version": "0.4.1",
    "project_urls": {
        "Homepage": "https://github.com/SavageCore/torf-gui"
    },
    "split_keywords": [
        "bittorrent",
        "torrent"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5eb7671d05cb87b040ce71bb8307e7d4c40d98bbfd57a25cac106d8599bf4eff",
                "md5": "5d688229db3da05abe7c4fe6db44decb",
                "sha256": "af6b003ba6bf089bbb24d9662267279acb2282bc7e08064bd8ee244a6047f26e"
            },
            "downloads": -1,
            "filename": "torf_gui-0.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5d688229db3da05abe7c4fe6db44decb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 25638,
            "upload_time": "2024-05-02T00:31:22",
            "upload_time_iso_8601": "2024-05-02T00:31:22.400703Z",
            "url": "https://files.pythonhosted.org/packages/5e/b7/671d05cb87b040ce71bb8307e7d4c40d98bbfd57a25cac106d8599bf4eff/torf_gui-0.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "700f86599a8a654e9736239663dc5a9363a99ae84c2bc98bd7b97126f6373129",
                "md5": "63429ab1dc0d78e9a555edac43366781",
                "sha256": "24735c8de2e4a4903ead26147dd1279a6b497b8f41e605336b1291189fb398ec"
            },
            "downloads": -1,
            "filename": "torf-gui-0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "63429ab1dc0d78e9a555edac43366781",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 25946,
            "upload_time": "2024-05-02T00:31:23",
            "upload_time_iso_8601": "2024-05-02T00:31:23.505531Z",
            "url": "https://files.pythonhosted.org/packages/70/0f/86599a8a654e9736239663dc5a9363a99ae84c2bc98bd7b97126f6373129/torf-gui-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-02 00:31:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SavageCore",
    "github_project": "torf-gui",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "humanfriendly",
            "specs": [
                [
                    ">=",
                    "10.0"
                ]
            ]
        },
        {
            "name": "torf",
            "specs": [
                [
                    ">=",
                    "4.2.4"
                ]
            ]
        },
        {
            "name": "PyQt5",
            "specs": [
                [
                    ">=",
                    "5.15.9"
                ]
            ]
        },
        {
            "name": "pyqtdarktheme",
            "specs": [
                [
                    ">=",
                    "2.1.0"
                ]
            ]
        }
    ],
    "lcname": "torf-gui"
}
        
Elapsed time: 0.25842s