Skip to main content

Python module to create graphical animations.

Project description

Graphical Animation

A command line graphical animation creator.

Features

  • Linear interpolation in shape size, location, and color
  • MP4 export

How to use

  1. Import the module:
    • import graphical_anim as ganim
  2. Define a video:
    • video = ganim.Video(resolution, fps)
  3. Add a layer (a rectangle in this example):
    • rect = ganim.shapes.Rect(location, size, color)
  4. Insert keyframes:
    • rect.keyframe(frame, datapath, value)
    • Example: rect.keyframe(10, "loc_x", 2.3)

Changelog

Version 0.0.3

  • Circle and polygon
  • Fixed minor bugs.

Version 0.0.2

  • First working version
  • Rectangle and export video.

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

graphical-anim-0.0.4.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

graphical_anim-0.0.4-py3-none-any.whl (19.7 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