Skip to main content

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.
A

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


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 hashes)

Uploaded Source

Built Distribution

SmoothPrint-1.0.2-py3-none-any.whl (3.9 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