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
Release history Release notifications | RSS feed
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file timey_terminal-0.2.0.tar.gz.
File metadata
- Download URL: timey_terminal-0.2.0.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0bdbfae617fb3002a127aa4c29017952d3fdd707557f195891307d3f67a597a9
|
|
| MD5 |
1eb681903bddd33930aeb7a607ee7f72
|
|
| BLAKE2b-256 |
43ec7e9d964fe6896873c235b30880d18b780aeb2f88cadf5d4a1f6bdfe46aca
|
File details
Details for the file timey_terminal-0.2.0-py3-none-any.whl.
File metadata
- Download URL: timey_terminal-0.2.0-py3-none-any.whl
- Upload date:
- Size: 14.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69535fe8cde4b9c42e4884251dca39fd5aec4afb8aad09846463723358bb107b
|
|
| MD5 |
a0738a5151cb8ce599a5a5d853c75c31
|
|
| BLAKE2b-256 |
377d261756f2342f8d0f80c64c8554503a289ecfd4f645fbb768b435fe7a705c
|