Skip to main content

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 hashes)

Uploaded Source

Built Distribution

pycmdmovie-1.1.4-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page