Requires
Python
and currently tested and supported onMacOSX
andLinux
1. Donwload the latest
release of Panim.py
from Panim import *
x = 5
y = 5
clrscr()
hidecursor()
foreground(RED)
background(BLUE)
for i in range(10):
gotoxy(x+i,y)
putchar('»')
sleep(.5)
gotoxy(x+i,y)
putchar(' ')
sleep(.5)
foreground(WHITE)
background(BLACK)
wait()
showcursor()
For Complete Reference - API