Skip to main content

A simple ASCII text animator

Project description

ascii-animator

build coverage complexity vulnerabilities PyPI version python

A simple ASCII text animator.

Installation

pip install ascii_animator

example1

A Conway Game-Of-Life implementation that uses ascii_animator to display the game to the terminal.

example2

A walking man animation.

example1

example3

A animation extracted from a GIF image.

example3

Development

Clone the repository and ensure the latest version of Docker is installed on your development server.

Build the Docker image:

docker image build \
-t \
ascii-animator:latest .

Run the Docker container:

docker container run \
--rm \
-it \
-v $PWD:/code \
ascii-animator:latest \
bash

Execute the build:

pyb -X

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

ascii-animator-0.1.0.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

ascii_animator-0.1.0-py3-none-any.whl (3.4 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