browserpedals


Namebrowserpedals JSON
Version 0.0.7 PyPI version JSON
download
home_pagehttps://github.com/shmygov/browserpedals
SummaryControl videos in web browser with pedals
upload_time2023-11-08 12:50:52
maintainer
docs_urlNone
authorDmitry Shmygov
requires_python>=3.6
license
keywords browser foot pedals video audio transcribing pause play typing subtitles selenium webdriver
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
Control any video or audio in a web browser with foot pedals (pause/play or jump back),
even when the web browser is not in focus (for example, while typing in text editor).

| This may be helpful during transcribing (listening to a video and typing the spoken text).
| The program will attempt to recognize new foot pedals automatically.
| There is an option to create subtitles: After every Play and Pause using pedals,
| SRT subtitle timing for the played video fragment is copied to clipboard and can be pasted
| into any text file before corresponding text fragment to make it an SRT subtitle.
| There is an option to periodically pause a video and copy timestamps to clipboard.
| (Under the hood, the program uses Selenium project to control the browser.)

To install the program on Linux, open command line and type::

$ python3 -m pip install --no-cache-dir browserpedals

To use subtitles option on Linux, additionally install xclip::

$ sudo apt-get install xclip

To install the program on Windows, open command line or Windows PowerShell and type::

$ py -m pip install --no-cache-dir browserpedals

During the installation, ``BrowserPedals`` icon will be created on the Desktop.
To run the program, double-click on this icon and wait for new browser window to open.
In the browser, home page will open with information about the program and
a pop-up dialog for detecting and testing the pedals.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/shmygov/browserpedals",
    "name": "browserpedals",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "browser foot pedals video audio transcribing pause play typing subtitles selenium webdriver",
    "author": "Dmitry Shmygov",
    "author_email": "shmygov@rambler.ru",
    "download_url": "https://files.pythonhosted.org/packages/8b/f4/cbdfe16706e5bf96fcb7e62d9ce65601c2d5d7e0d65beda7204eb4e0b798/browserpedals-0.0.7.tar.gz",
    "platform": null,
    "description": "\nControl any video or audio in a web browser with foot pedals (pause/play or jump back),\neven when the web browser is not in focus (for example, while typing in text editor).\n\n| This may be helpful during transcribing (listening to a video and typing the spoken text).\n| The program will attempt to recognize new foot pedals automatically.\n| There is an option to create subtitles: After every Play and Pause using pedals,\n| SRT subtitle timing for the played video fragment is copied to clipboard and can be pasted\n| into any text file before corresponding text fragment to make it an SRT subtitle.\n| There is an option to periodically pause a video and copy timestamps to clipboard.\n| (Under the hood, the program uses Selenium project to control the browser.)\n\nTo install the program on Linux, open command line and type::\n\n$ python3 -m pip install --no-cache-dir browserpedals\n\nTo use subtitles option on Linux, additionally install xclip::\n\n$ sudo apt-get install xclip\n\nTo install the program on Windows, open command line or Windows PowerShell and type::\n\n$ py -m pip install --no-cache-dir browserpedals\n\nDuring the installation, ``BrowserPedals`` icon will be created on the Desktop.\nTo run the program, double-click on this icon and wait for new browser window to open.\nIn the browser, home page will open with information about the program and\na pop-up dialog for detecting and testing the pedals.\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Control videos in web browser with pedals",
    "version": "0.0.7",
    "project_urls": {
        "Homepage": "https://github.com/shmygov/browserpedals"
    },
    "split_keywords": [
        "browser",
        "foot",
        "pedals",
        "video",
        "audio",
        "transcribing",
        "pause",
        "play",
        "typing",
        "subtitles",
        "selenium",
        "webdriver"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8bf4cbdfe16706e5bf96fcb7e62d9ce65601c2d5d7e0d65beda7204eb4e0b798",
                "md5": "e03711eae980a4fa4a3faf122d5e52f0",
                "sha256": "7dd539e39f3e0f5cc721a45468d94a19a54e1c53d1600b9e252d2ca45aaa7870"
            },
            "downloads": -1,
            "filename": "browserpedals-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "e03711eae980a4fa4a3faf122d5e52f0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 12097305,
            "upload_time": "2023-11-08T12:50:52",
            "upload_time_iso_8601": "2023-11-08T12:50:52.820052Z",
            "url": "https://files.pythonhosted.org/packages/8b/f4/cbdfe16706e5bf96fcb7e62d9ce65601c2d5d7e0d65beda7204eb4e0b798/browserpedals-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-08 12:50:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "shmygov",
    "github_project": "browserpedals",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "browserpedals"
}
        
Elapsed time: 0.13362s