Skip to content

Uhalm/pythonUnicodeAnimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

unicodeAnimation

This is a python library for animating unicode and ascii stored in text files. If you wish to use a image use a JPEG to Text converter and paste it in a text file.

Syntax

import animation

animation.anime(filesList, sleepTime, clearCommand)

Example Code

import animation

frames = ["frame1.txt", "frame2.txt", "frame3.txt"] #a list of files holding each frame

clear = 'clear' #the clear command for the operating systems terminal

sleepTime = 1 #the time between frames

animation.anime(frames, sleepTime, clear)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages