Skip to main content

Prints text to terminal at timely intervals. Can replace the print function

Project description

Timey

Prints characters after a set timed interval

How to Use

  • pip install timey_terminal
>>> from timey import Timey
>>> p = Timey()
>>> p.show("Sample Text") # prints the provided text to the terminal
>>> p.get_seconds() # get the current interval at which each character is printed.  Default = 0.05s
>>> p.set_seconds(x) # sets the secs to what was provided.
  • OR
from timey import TimeyOld as pp
>>> pp("Testing", 0.5) # print each character every 0.5 secs
>>> pp("Sample text", 2) # print each character every 2 secs

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

timey_terminal-0.2.0.tar.gz (14.5 kB view hashes)

Uploaded Source

Built Distribution

timey_terminal-0.2.0-py3-none-any.whl (14.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page