mp42uni


Namemp42uni JSON
Version 1.0.5 PyPI version JSON
download
home_pagehttps://github.com/donno2048/mp42uni
SummaryUse this to show a video in the terminal (Unicode art)
upload_time2022-01-07 02:19:37
maintainer
docs_urlNone
authorElisha Hollander
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mp4-to-unicode

Use this to show a video in the terminal (Unicode art)

## install

(on Linux you may need to run `sudo apt-get install ffmpeg libsm6 libxext6 -y` to use `opencv`)

### From PyPi

```sh
pip3 install mp42uni
```

### From GitHub

```sh
pip3 install git+https://github.com/donno2048/mp42uni
```

## Usage

Run `mp42uni <video.mp4>` with the terminal **maximized** to display _<video.mp4>_ as ascii art.

You can simply use `mp42uni` to use a prompt to choose a video file.

If you get `_curses.error: addwstr() returned ERR` try decreasing the font size.

If you get `ModuleNotFoundError: No module named '_curses'` on Windows try: `pip3 install windows-curses==2.2.0`



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/donno2048/mp42uni",
    "name": "mp42uni",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Elisha Hollander",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/dc/9c/fa3d4e4669f00998a7a2ad2d93e2606193968c18d951c92c9211f25805b8/mp42uni-1.0.5.tar.gz",
    "platform": "",
    "description": "# mp4-to-unicode\n\nUse this to show a video in the terminal (Unicode art)\n\n## install\n\n(on Linux you may need to run `sudo apt-get install ffmpeg libsm6 libxext6 -y` to use `opencv`)\n\n### From PyPi\n\n```sh\npip3 install mp42uni\n```\n\n### From GitHub\n\n```sh\npip3 install git+https://github.com/donno2048/mp42uni\n```\n\n## Usage\n\nRun `mp42uni <video.mp4>` with the terminal **maximized** to display _<video.mp4>_ as ascii art.\n\nYou can simply use `mp42uni` to use a prompt to choose a video file.\n\nIf you get `_curses.error: addwstr() returned ERR` try decreasing the font size.\n\nIf you get `ModuleNotFoundError: No module named '_curses'` on Windows try: `pip3 install windows-curses==2.2.0`\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Use this to show a video in the terminal (Unicode art)",
    "version": "1.0.5",
    "project_urls": {
        "Homepage": "https://github.com/donno2048/mp42uni"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2642c383d4e7dbffd7a74852ebdb344b9dc354b5bc40a71035c88ad6a6e760a",
                "md5": "f3105e83888f22fe5cfee63507540800",
                "sha256": "fd26b012609c452693ee6c88637e2ad3336f57809bfe6b1ebd4b329584f80d2c"
            },
            "downloads": -1,
            "filename": "mp42uni-1.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f3105e83888f22fe5cfee63507540800",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3260,
            "upload_time": "2022-01-07T02:19:35",
            "upload_time_iso_8601": "2022-01-07T02:19:35.598843Z",
            "url": "https://files.pythonhosted.org/packages/e2/64/2c383d4e7dbffd7a74852ebdb344b9dc354b5bc40a71035c88ad6a6e760a/mp42uni-1.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc9cfa3d4e4669f00998a7a2ad2d93e2606193968c18d951c92c9211f25805b8",
                "md5": "31ca83f24b77dd8d31d65655c472baee",
                "sha256": "93d1ee90043f24178f5dbaa72bbeccd235fc2276f925fc2ff9706b3d421f87fa"
            },
            "downloads": -1,
            "filename": "mp42uni-1.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "31ca83f24b77dd8d31d65655c472baee",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2811,
            "upload_time": "2022-01-07T02:19:37",
            "upload_time_iso_8601": "2022-01-07T02:19:37.045500Z",
            "url": "https://files.pythonhosted.org/packages/dc/9c/fa3d4e4669f00998a7a2ad2d93e2606193968c18d951c92c9211f25805b8/mp42uni-1.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-01-07 02:19:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "donno2048",
    "github_project": "mp42uni",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "mp42uni"
}
        
Elapsed time: 0.09797s