Skip to main content

Command line animations made easy!

Project description

Copyright (c) 2018, Simon Larsén

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Download-URL: https://github.com/slarse/clanimtk/archive/v0.1.0.tar.gz
Description: # clanimtk - Command Line Animation Toolkit

[![Build Status](https://travis-ci.org/slarse/clanimtk.svg?branch=master)](https://travis-ci.org/slarse/clanimtk)
[![Code Coverage](https://codecov.io/gh/slarse/clanimtk/branch/master/graph/badge.svg)](https://codecov.io/gh/slarse/clanimtk)
[![Documentation Status](https://readthedocs.org/projects/clanimtk/badge/?version=latest)](https://clanimtk.readthedocs.io/en/latest/)
[![PyPi Version](https://badge.fury.io/py/clanimtk.svg)](https://badge.fury.io/py/clanimtk)
[![Supported Python Versions](https://img.shields.io/badge/python-3.5%2C%203.6-blue.svg)](https://badge.fury.io/py/clanimtk)

![Scrolling text animation example](docs/images/hello_world.gif)

> The `scrolling_text` animation can be found in the
> [`clanim`](https://github.com/slarse/clanim) package, which contains some
> examples of how one can use `clanimtk`.

### Overview

`clanimtk` (Command Line Animation Toolkit) is a toolkit for quickly creating
custom command line animations. It is most suitable for long-running tasks that
are primarily I/O bound, as the animations themselves will require some CPU
time. It is strongly recommended to have a look at the brief introduction in
the [Docs](https://clanimtk.readthedocs.io/en/latest/) before using `clanimtk`.
If you just want to dive right in without reading any documentation, here is a
minimal example.

```python
import time
from clanimtk import animation, animate

@animation
def hashes():
return (("#" * i).ljust(4) for i in range(5))


@animate(animation=hashes()) # note that the Animation is called to produce an AnimationGenerator
def sleep(duration):
time.sleep(duration)
return 42
```

which results in the folowing animation:

![Simple animation](docs/images/example_animation.gif)

The whole thing is explained in detail in the
[Docs](https://clanimtk.readthedocs.io/en/latest/).

### Requirements

`clanimtk` is pure Python, so all you need is Python 3.6 or higher and a
terminal emulator that supports
[ANSI escape sequences](https://en.wikipedia.org/wiki/ANSI_escape_code)
(which most terminal emulators do!).

### Install

#### Option 1: Install release version from PyPi with `pip`

The latest release of `clanimtk` is on PyPi, and can thus be installed as with
`pip install clanimtk` (with your own preferred options, of course).

#### Option 2: Clone the repo and the install with `pip`

If you want the dev version, you will need to clone the repo, as only release versions are uploaded
to PyPi. Unless you are planning to work on this yourself, I suggest going with the release version.

1. Clone the repo with `git`:
- `git clone https://github.com/slarse/clanimtk`
2. `cd` into the project root directory and install with `pip`.
- `pip install --user .`, this will create a local install for the current user.
- Or just `pip install .` if you use `virtualenv`.
- For development, use `pip install -e .` in a `virtualenv`.

### License

This software is licensed under the MIT License. See the [LICENSE](LICENSE)
file for specifics.

### Contributing

I gladly accept contributions if they are in line with my vision for the
toolkit (which is hard to put into words). If you have an idea that you want
to discuss with me, don't hesitate to contact me! Most welcome additions are
tests, documentation as well as overall improvements to the core animation
loop (which is currently threaded and not particularly efficient).

Platform: UNKNOWN

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

clanimtk-0.1.0.tar.gz (10.5 kB view details)

Uploaded Source

Built Distribution

clanimtk-0.1.0-py3-none-any.whl (11.0 kB view details)

Uploaded Python 3

File details

Details for the file clanimtk-0.1.0.tar.gz.

File metadata

  • Download URL: clanimtk-0.1.0.tar.gz
  • Upload date:
  • Size: 10.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for clanimtk-0.1.0.tar.gz
Algorithm Hash digest
SHA256 0b70008dbb713a31eef2b5870b03c2afc7acaee29d5c985e314697c5d37544bd
MD5 a3a8b83c299a581ac3ae8ecaf2e02e47
BLAKE2b-256 e20487dfe1b842f7249d6994fbc03ace7baa349e3bc28cde2e8bfe6b4f449ed2

See more details on using hashes here.

File details

Details for the file clanimtk-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for clanimtk-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 da46650eb8a3cd44d9e6895447565b8f6d4a034d07a1d0dcaa732a7e500351f1
MD5 150c397f8af37cd0564597a59b594f3d
BLAKE2b-256 4d912105399f914f3316b12358b119d8c153486f9dc08db0e4c06a01e48639b5

See more details on using hashes here.

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