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.
Warning
MDSANIMA
package only works in Python 3.6
or later.
python -m pip install mdsanima # install latest version python -m pip install mdsanima==0.1.1 # install specific version
python -m pip install --upgrade mdsanima # upgrade to latest version python -m pip install --force-reinstall msdsanima # upgrade to latest version
python -m pip uninstall mdsanima # uninstall package
Module render_time
returns print of render stats.
>>> from mdsanima import render_time >>> render_time(512, 1, 0, 24, 128)
Module count_down
and count_up
returns print text and count animation.
>>> from mdsanima import count_down >>> from mdsanima import count_up >>> count_down('Your text ', 20, 0.1) >>> count_up('Your text ', 500, 0.001)
Full MDSANIMA
package documentation can be found here documentation
This tools and languages we're using every day.
These application we're using every day.
- 4K Sky Timelaps Starlink SpaceX Satellite
- Sharp Old Radio 3D Model Turntable
- Lego Architect 3D Model Turntable
- Lego Mindstorms Reptar 3D Model Turnable
- Lego Mindstorms Grip3r 3D Model Turnable
- Starlink SpaceX Satellite
- Starlink SpaceX Elon Musk Satellite Photography
- Fruits Dance Man Mograph Animation
- Strawberry Dance Man Animation
- Mograph Animation
Hi there, I'm Marcin Różewski aka MDSANIMA. These are all my social media and websites, check it out please. Thanks.
My Social Media and Websites.
Mdsanima is released under the terms of MIT License