PyCMDMovie
PyCMDMovie is a Python package that converts images and videos into ASCII art to be printed onto the terminal.
Installation
You can install PyCMDMovie via pip:
pip install pycmdmovie
Usage
Display an Image
from pycmdmovie import display_img
if __name__ == '__main__':
display_img('my/image/path.png')
Display a Set of Images
from pycmdmovie import display_imgs
if __name__ == '__main__':
display_imgs('my/images/dir', delay=0, clear=True, infinite=False)
Display a Video
from pycmdmovie import display_video
if __name__ == '__main__':
display_video('my/video/path.mp4', delay=.5, clear=False, infinite=True)
Release files for pycmdmovie 1.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pycmdmovie-1.1.4.tar.gz | 3.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pycmdmovie-1.1.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:7.5 kB
Release files / pycmdmovie-1.1.4.tar.gz
| Download URL | pycmdmovie-1.1.4.tar.gz |
|---|---|
| Size | 3.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6df35fd8b5bfc07b9b09099933f6bc141149bae4f64aa12fc88ca42b0c849d3c
|
|
BLAKE2b-256 checksum How to use checksums |
d19c055289151528d0d7698af514ff2ca2caf575b2383e03d1e6974031895bec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.12.1
|
Release files / pycmdmovie-1.1.4-py3-none-any.whl
| Download URL | pycmdmovie-1.1.4-py3-none-any.whl |
|---|---|
| Size | 4.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4375a41d03f8447351dc15d211c1341332c1e3b935e63fcf608cda5bc112d63f
|
|
BLAKE2b-256 checksum How to use checksums |
65a86dda9ccd6cb77171083bbc5a6df4093fdedfb1dd6e26af90d9e25a14946e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.12.1
|