Metadata-Version: 2.1
Name: terminal-graphics
Version: 0.34.0
Summary: Images in the terminal.
Home-page: https://github.com/eerimoq/terminal_graphics
Author: Erik Moqvist
Author-email: erik.moqvist@gmail.com
License: MIT
Keywords: terminal,image
Requires-Python: >=3.6
License-File: LICENSE

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()
