An open API service indexing awesome lists of open source software.

https://github.com/ultirequiem/drawitor

🖼️ Draw Images or GIFs in your terminal
https://github.com/ultirequiem/drawitor

gif img terminal

Last synced: over 1 year ago
JSON representation

🖼️ Draw Images or GIFs in your terminal

Awesome Lists containing this project

README

          

## Drawitor

Draw Images/GIFs in your terminal.

https://user-images.githubusercontent.com/71897736/152903149-295ad507-1e2c-4a92-81a6-d5f184e32eba.mp4

## Install

```sh
pip install drawitor
```

## CLI Tool

```sh
drawitor cat_dancing.gif
```

## Library

The library is written in a simple functional style.

```python
from drawitor import draw

draw("my_img.png")

draw("super_cute_dog.gif")
```

Check the CLI tool [source code](./drawitor/__main__.py) for an usage example.

## Licence

Released under the MIT Licence