Metadata-Version: 2.1
Name: mdsanima
Version: 0.1.0
Summary: The package contains modules that will help in calculating rendering time.
Home-page: https://github.com/mdsanima/mdsanima
Author: Marcin Rozewski
Author-email: marcinrozewski@gmail.com
License: MIT License
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: humanfriendly

MDSANIMA
========

The package contains modules that will help in calculating rendering time.

The package also includes a module for print your text with an animation counting up or down.

## Instalation
MDSANIMA pacage only works on Python 3

    python -m pip install mdsanima

or

    python3 -m pip install mdsanima

## Usage

    from mdsanima import render_time
    from mdsanima import count_down
    from mdsanima import count_up

    render_time(2400, 21, 1, 30)
    count_down('Your text ', 20, 0.1)
    count_up('Your text ', 500, 0.001)

## License
Mdsanima is released under the terms of the [MIT License](http://www.opensource.org/licenses/MIT).

