python from asciimatics.screen import Screen from asciimatics.effects import Cycle, Stars from asciimatics.renderers import FigletText def demo(screen): welcome_text = FigletText("Welcome!", font='big') screen.play([Cycle(screen, welcome_text), Stars(screen)], stop_on_resize=True) Screen.wrapper(demo)


上一篇:
下一篇:
切换中文