Installation
The package can be installed via pip
pip install terminal-img
Quick Start
The library is really simple to get started with. Here's is an example of how you display an image
from image import DrawImage
image = DrawImage.from_file("image.png")
image.draw_image()
You can also use a url if you dont have the file locally stored
image = DrawImage.from_url("url")
image.draw_image()
The library can also be used with PIL images
from PIL import Image
from image import DrawImage
img = DrawImage(Image.open("img.png"))
img.draw_image()
CLI
img <file or url>
Methods
image.DrawImage
image: The PIL imagesize(Optional[Tuple]) : The size of the image to be displayed. Default: 24, 24
image.DrawImage.from_file
filename: The name of the file containing the imagesize(Optional[Tuple]) : The size of the image to be displayed. Default: 24, 24
image.DrawImage.from_url
url: The url of the imagesize(Optional[Tuple]) : The size of the image to be displayed. Default: 24, 24
Special thanks to @AnonymouX47 ❤
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
terminal-img-0.0.3.tar.gz
(5.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file terminal-img-0.0.3.tar.gz.
File metadata
- Download URL: terminal-img-0.0.3.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.7.0 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5379bf4b8d17e668de381dc3a67b35787e1bdb035b303403065ac32be729569
|
|
| MD5 |
8ceb878c668843b0be8743effbc96c10
|
|
| BLAKE2b-256 |
17c35641de45b75ff808469fdaa1c79e5cc30f8f335d1b11ee2048c736b38306
|
File details
Details for the file terminal_img-0.0.3-py3-none-any.whl.
File metadata
- Download URL: terminal_img-0.0.3-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b2446bd45383f9c84ff51028ad99248fc59cb04b78295d9a8999bb3db079473
|
|
| MD5 |
f41de7013800903529e64cc9b7aaf6f3
|
|
| BLAKE2b-256 |
40fbac69d1a1256ec32f1917e342522ca04a586e994e65054fd8af46a391d6dc
|