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
- Host: GitHub
- URL: https://github.com/ultirequiem/drawitor
- Owner: UltiRequiem
- License: mit
- Created: 2022-02-06T23:44:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T00:53:29.000Z (almost 3 years ago)
- Last Synced: 2025-05-07T20:09:27.520Z (over 1 year ago)
- Topics: gif, img, terminal
- Language: Python
- Homepage: https://pypi.org/project/drawitor
- Size: 2.5 MB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license
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