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.3.tar.gz
(3.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 pycmdmovie-1.1.3.tar.gz.
File metadata
- Download URL: pycmdmovie-1.1.3.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2bb33ca38613d83e5be20e4459e3c6033adc408129cc09b94c2ccedfa41b082
|
|
| MD5 |
04e883665157979fb6b0f399d0908b3b
|
|
| BLAKE2b-256 |
0fdf8f9d1aa79f1254d04009cbacb7ef807e04014cb3e1084fd8c809af66cdc1
|
File details
Details for the file pycmdmovie-1.1.3-py3-none-any.whl.
File metadata
- Download URL: pycmdmovie-1.1.3-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 |
6d9d5544340c0c6f09c860e7df26e53f69b5f76c2d7cbe8d9eed42b32f417ac3
|
|
| MD5 |
5b0758c0497cc75ba0e8a56ad9cbeeed
|
|
| BLAKE2b-256 |
ee77644de053d2152cfc0e219b17b4ba9f6ff8106d661371a983a9866dc7eeb3
|