No project description provided
Project description
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)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pycmdmovie-1.1.4.tar.gz
(3.3 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 pycmdmovie-1.1.4.tar.gz.
File metadata
- Download URL: pycmdmovie-1.1.4.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6df35fd8b5bfc07b9b09099933f6bc141149bae4f64aa12fc88ca42b0c849d3c
|
|
| MD5 |
8c667ea9a3e1812d2bf8d4f7314a8e5b
|
|
| BLAKE2b-256 |
d19c055289151528d0d7698af514ff2ca2caf575b2383e03d1e6974031895bec
|
File details
Details for the file pycmdmovie-1.1.4-py3-none-any.whl.
File metadata
- Download URL: pycmdmovie-1.1.4-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4375a41d03f8447351dc15d211c1341332c1e3b935e63fcf608cda5bc112d63f
|
|
| MD5 |
986b4e033bbce92310479a39fb5aff62
|
|
| BLAKE2b-256 |
65a86dda9ccd6cb77171083bbc5a6df4093fdedfb1dd6e26af90d9e25a14946e
|