A small example package
Project description
SmoothPrint v1.0.2
SmoothPrint is a python package to print texts letter by letter.
You can use the slowPrint function for that.
By default, the speed is set to 0.02 seconds, but you can customize it by providing a different speed in seconds as the second argument.
How to install
To install SmoothPrint you can use the following command:
pip install SmoothPrint
or
pip install -U SmoothPrint
to update to latest version.
How to use SmoothPrint?
import SmoothPrint as SP # SP can be whatever you want to call the package
# Printing only a text (default speed is 0.02s)
SP.slowPrint("This would be a text to print with a speed of 0.02s!")
# Printing a text with custom speed -> 0.1s
SP.slowPrint("This would be a text to print with a custom speed!", 0.1)
NOTE: You will get error if the arguments are invalid
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
SmoothPrint-1.0.2.tar.gz
(3.6 kB
view details)
Built Distribution
File details
Details for the file SmoothPrint-1.0.2.tar.gz
.
File metadata
- Download URL: SmoothPrint-1.0.2.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98f95a1495c2556390b7e959f0c0509c2fbed3c6948700f2f5277b27404a277b |
|
MD5 | 34bffcd396ff082f36980cfbf1527f7e |
|
BLAKE2b-256 | afa440e5e8ac5843337cf592ed554e6278b3abf134377891402c84d6e44253ea |
File details
Details for the file SmoothPrint-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: SmoothPrint-1.0.2-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f9ee9e0ffe040441fd1b1b2765df0e40e39ae681cf34f43ecfd65705bcac05e |
|
MD5 | b25a24839edd1618a8b8589f7568f73b |
|
BLAKE2b-256 | 17359e6c0f6be615b26764d4dab8f7a2b0a8cce977989b1706cdf2fb6551df3a |