a thing to write text character by character
Project description
kwiksand
an efficient, simple text engine
types text character by character
Kwikstart
import kwiksand as k
k.kwik("Hello World!", 0.06, True)
Will type "Hello World!" with a 0.06 delay between characters, and regularly print the text if it's too long.
Usage
kwik(text, delay=0.04, overprint=False)
Parameters
text: the text you want to write.
delay: the delay between characters (sec). Default value is 0.04 seconds.
overprint: regularly prints text (print()) if it's too long when True. Default value is False.
Examples
Basic
kwik("hello")
# will type "hello" with a default of 0.05s delay between characters.
Predefined Text
kwik("hello", 0.5)
# will type "hello" with a 0.5s delay between characters
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
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 kwiksand-1.2.0.tar.gz.
File metadata
- Download URL: kwiksand-1.2.0.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c301a18d6e25ef51ad28fc3ec31a1db38684d94cc92f6a8650915136443dcc2d
|
|
| MD5 |
abe223dafae893267c6c19dbbaaf6d1f
|
|
| BLAKE2b-256 |
94da55872067c9ac12053cccc7eac1184746d133bef563c67529d906297b47db
|
File details
Details for the file kwiksand-1.2.0-py3-none-any.whl.
File metadata
- Download URL: kwiksand-1.2.0-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6582a6ab1a40a9e051b71214165a819907c23e0959f1e3dceb62ac1bfa203be1
|
|
| MD5 |
5fa13bd4ea3ae20b3bcb65430ff9cd16
|
|
| BLAKE2b-256 |
f9da51d170232036d640b908d29a8af4afeb948f78bf9f257339aeabea5a9c29
|