Skip to content

ThatOneCalculator/Python-Fastprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

Python-Fastprint

Python 3 module to print out long strings of text with intervals of time inbetween

Install: pip install fastprint

Sync Usage:

from fastprint import pr

pr("long\ntext") # each line takes 1 second
pr("other\n\long\text", 0.2) # each line takes 0.2 seconds

Async usage:

from async_fastprint import async_pr

async def foo:
    return async_pr("This\nis\nasynchrounous!")

Check out example.py for more

About

Python 3 module to print out long strings of text with intervals of time inbetween

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages