srtpy


Namesrtpy JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/kurotom/SrtPy
SummaryInspection tool, punctuation correction and SRT file format, focused on the Spanish language.
upload_time2024-02-22 16:49:02
maintainer
docs_urlNone
authorkurotom
requires_python>=3.7,<4.0
licenseGPL-3.0-or-later
keywords srt
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SrtPy

Automates the tedious task of:

* Correctly formats subtitles.
* Corrects punctuation.
* Takes multiple SRT files to merge them into one file.

By default the final SRT file is named `generated_srt.srt` (using CLI).

> I may add spell check, I am considering it.

# Available commands

* `srtpy` : cli PyConcatSRT
* `srtpy_gui` : gui PyConcatSRT


# Install

```bash
$ pip install srtpy
```

# Usage

* Using CLI.

```bash
$ srtpy [-h] -p PATH [-l LOG] [-o OUTPUT]
```
> PATH : path to file, or directory. Required.

* Using GUI.

```bash
$ srtpy_gui
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kurotom/SrtPy",
    "name": "srtpy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0",
    "maintainer_email": "",
    "keywords": "srt",
    "author": "kurotom",
    "author_email": "55354389+kurotom@users.noreply.github.com",
    "download_url": "https://files.pythonhosted.org/packages/44/78/6fc82721696cade7e7a56a48f8a0336c19cf894b4625842fc68f24783c0f/srtpy-0.1.3.tar.gz",
    "platform": null,
    "description": "# SrtPy\n\nAutomates the tedious task of:\n\n* Correctly formats subtitles.\n* Corrects punctuation.\n* Takes multiple SRT files to merge them into one file.\n\nBy default the final SRT file is named `generated_srt.srt` (using CLI).\n\n> I may add spell check, I am considering it.\n\n# Available commands\n\n* `srtpy` : cli PyConcatSRT\n* `srtpy_gui` : gui PyConcatSRT\n\n\n# Install\n\n```bash\n$ pip install srtpy\n```\n\n# Usage\n\n* Using CLI.\n\n```bash\n$ srtpy [-h] -p PATH [-l LOG] [-o OUTPUT]\n```\n> PATH : path to file, or directory. Required.\n\n* Using GUI.\n\n```bash\n$ srtpy_gui\n```\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later",
    "summary": "Inspection tool, punctuation correction and SRT file format, focused on the Spanish language.",
    "version": "0.1.3",
    "project_urls": {
        "Bug Tracker": "https://github.com/kurotom/SrtPy/issues",
        "Homepage": "https://github.com/kurotom/SrtPy",
        "PyPi": "https://pypi.org/project/srtpy/",
        "Repository": "https://github.com/kurotom/SrtPy"
    },
    "split_keywords": [
        "srt"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ec457fe4ff5e7a14b309985c5417371b43216f89addc3c685c780a43f43a0e8",
                "md5": "5453f41d4edcc38b242b3872bcbc9a02",
                "sha256": "cb4a00e9a120118a263395a749d0eab4f88447070c540532263b6d04de81b70c"
            },
            "downloads": -1,
            "filename": "srtpy-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5453f41d4edcc38b242b3872bcbc9a02",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 26063,
            "upload_time": "2024-02-22T16:49:00",
            "upload_time_iso_8601": "2024-02-22T16:49:00.625294Z",
            "url": "https://files.pythonhosted.org/packages/6e/c4/57fe4ff5e7a14b309985c5417371b43216f89addc3c685c780a43f43a0e8/srtpy-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "44786fc82721696cade7e7a56a48f8a0336c19cf894b4625842fc68f24783c0f",
                "md5": "c39bebb4bf17f165f8b9a75e918cfe6d",
                "sha256": "0955869040738a99abfb17f38bf771b54909d51191442343a53a24c0048fd145"
            },
            "downloads": -1,
            "filename": "srtpy-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "c39bebb4bf17f165f8b9a75e918cfe6d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4.0",
            "size": 22947,
            "upload_time": "2024-02-22T16:49:02",
            "upload_time_iso_8601": "2024-02-22T16:49:02.686035Z",
            "url": "https://files.pythonhosted.org/packages/44/78/6fc82721696cade7e7a56a48f8a0336c19cf894b4625842fc68f24783c0f/srtpy-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-22 16:49:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kurotom",
    "github_project": "SrtPy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "srtpy"
}
        
Elapsed time: 0.22292s