terminal-graphics


Nameterminal-graphics JSON
Version 0.36.0 PyPI version JSON
download
home_pagehttps://github.com/eerimoq/terminal_graphics
SummaryImages in the terminal.
upload_time2023-04-08 10:21:14
maintainer
docs_urlNone
authorErik Moqvist
requires_python>=3.6
licenseMIT
keywords terminal image
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            About
=====

Make terminal graphics fun and easy! :P

🚧 🚧 🚧 🚧 🚧 **Under construction - DO NOT USE** 🚧 🚧 🚧 🚧 🚧

Examples
========

Command line
------------

.. image:: https://github.com/eerimoq/terminal_graphics/raw/main/docs/images/example.png
   :width: 60%

.. code-block:: text

   $ terminal_graphics show examples/lenna.png
   $ terminal_graphics info

.. code-block:: text

   $ terminal_graphics show $(fzf)

Scripting
---------

.. code-block:: python

   from terminal_graphics import write_file

   write_file('examples/lenna.png')
   print()

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/eerimoq/terminal_graphics",
    "name": "terminal-graphics",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "terminal,image",
    "author": "Erik Moqvist",
    "author_email": "erik.moqvist@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/0f/16/836f1b1d957cb8def2c1d556c23fbee9f4e3a7f9c5c2d32c2d1572575ead/terminal_graphics-0.36.0.tar.gz",
    "platform": null,
    "description": "About\n=====\n\nMake terminal graphics fun and easy! :P\n\n\ud83d\udea7 \ud83d\udea7 \ud83d\udea7 \ud83d\udea7 \ud83d\udea7 **Under construction - DO NOT USE** \ud83d\udea7 \ud83d\udea7 \ud83d\udea7 \ud83d\udea7 \ud83d\udea7\n\nExamples\n========\n\nCommand line\n------------\n\n.. image:: https://github.com/eerimoq/terminal_graphics/raw/main/docs/images/example.png\n   :width: 60%\n\n.. code-block:: text\n\n   $ terminal_graphics show examples/lenna.png\n   $ terminal_graphics info\n\n.. code-block:: text\n\n   $ terminal_graphics show $(fzf)\n\nScripting\n---------\n\n.. code-block:: python\n\n   from terminal_graphics import write_file\n\n   write_file('examples/lenna.png')\n   print()\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Images in the terminal.",
    "version": "0.36.0",
    "split_keywords": [
        "terminal",
        "image"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f16836f1b1d957cb8def2c1d556c23fbee9f4e3a7f9c5c2d32c2d1572575ead",
                "md5": "76b707608ea9987c635f3d854fd5347f",
                "sha256": "e2138ec35efbd9241fcc9ee49396c2043036d375cf272c222ea79168818e9f50"
            },
            "downloads": -1,
            "filename": "terminal_graphics-0.36.0.tar.gz",
            "has_sig": false,
            "md5_digest": "76b707608ea9987c635f3d854fd5347f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 7997,
            "upload_time": "2023-04-08T10:21:14",
            "upload_time_iso_8601": "2023-04-08T10:21:14.047529Z",
            "url": "https://files.pythonhosted.org/packages/0f/16/836f1b1d957cb8def2c1d556c23fbee9f4e3a7f9c5c2d32c2d1572575ead/terminal_graphics-0.36.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-08 10:21:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "eerimoq",
    "github_project": "terminal_graphics",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "terminal-graphics"
}
        
Elapsed time: 0.06150s