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 displayer
if __name__ == '__main__':
displayer.display_img('my/image/path.png')
Display a Set of Images
from pycmdmovie import displayer
if __name__ == '__main__':
displayer.display_imgs('my/images/dir', delay=0, clear=False, infinite=True)
Display a Video
from pycmdmovie import displayer
if __name__ == '__main__':
displayer.display_video('my/video/path.mp4', delay=0, 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.2.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.2.tar.gz.
File metadata
- Download URL: pycmdmovie-1.1.2.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 |
aa78dfffc34d999b6f0583de035dcbe53ac34a132c0821d3f6da8ca5c3530e4e
|
|
| MD5 |
dc4601d41e49ca126f48df180de5f9be
|
|
| BLAKE2b-256 |
563d33a108aa652398d0f72f426ca0589b1f070b4bb8737e256bf7f80b2184f5
|
File details
Details for the file pycmdmovie-1.1.2-py3-none-any.whl.
File metadata
- Download URL: pycmdmovie-1.1.2-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 |
5f6f6b242615b811b18eb15f096178d0a2c2646c4830cf93d11832003efa2384
|
|
| MD5 |
bb93b47dbde77348b813cf2a288e618b
|
|
| BLAKE2b-256 |
b68ff39864eda9c8d6a4fb96c1e9614c9aabcbe813f177141a7ef995129eaac0
|