py3a is parser library for animated ascii art format.

import py3a
art = py3a.Art.from_file("apple.3a")
# Convert art to asni colored text
print(art.to_ansi_string())
# Print art back in 3a format
print(art)This project is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or opensource.org/licenses/MIT)
at your option.