iTypewriter - print text a character at a time,like typewriting.
Project description
iTypeWriter
- A simple package for printing and displaying characters one at a time as if you were typing.
- With
itypewriter
you can display values as if you were typing a text.
Installation
pip install itypewriter
Usage
itypewriter
can be used either via the functional approach or via the object oriented approach.
Via Functional Approach
>>> import itypewriter
>>> itypewriter.itype("Hello Sentient Typing")
There is also the iprint
option
>>> from itypewriter import iprint
>>> iprint("Hello Sentient Typing")
>>> iprint("Hello",num_of_chars=3)
Each of these functions accepts optional params for customising the number of characters (num_of_chars
)
and the delay inbetween the appearance of characters (delay
).
Specifying the Delay Time
>>> from itypewriter import iprint
>>> iprint("Hello Sentient Typing",delay=0.2)
OOP Approach
>>> from itypewriter import TypeText
>>> docx = """Some wonderful text"""
>>> tt = TypeText(docx,num_of_chars=1)
>>> tt.iprint()
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
itypewriter-0.0.1.tar.gz
(3.5 kB
view details)
Built Distribution
File details
Details for the file itypewriter-0.0.1.tar.gz
.
File metadata
- Download URL: itypewriter-0.0.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.10.6 Linux/5.15.0-56-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36dc9314adc6fceefafd400cc7deca1da0d40aa74a57cbcdeffbdeb312327c5e |
|
MD5 | 3ea541256c2f0e664c387fbc80018fa1 |
|
BLAKE2b-256 | ee0b1989fb60310dd5350d9a5af4ed213cf4054f8f24ee71238d74d494888a1e |
File details
Details for the file itypewriter-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: itypewriter-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.10.6 Linux/5.15.0-56-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41a2ea56c2a80c064410659238b5118e1cb79ab3e22ab567494d1ba1d16e9cce |
|
MD5 | 473eeb0f8cc69e9566bcd094fda50adb |
|
BLAKE2b-256 | 2dde304a3dff27fbc324de38150e6b83e114665d3402cbd6c44e0ac788abb8dc |