Skip to main content

Write strings letter-by-letter

Reason this release was yanked:

Messed something up lmao

Project description

CHARBYCHAR

Spice up your text by printing each individual letter instead of the entire string!

Instructions

  1. Install:
pip install charbychar

Alternatively, you can use:

py -m pip install charbychar
  1. Write text:
from charbychar import *

#use text using the default delay time (0.05s)
write_string("Hello, world!")

#write text using 1s delay time 
slow_write("Hello, world!")

#write text using 0.5 delay time
medium_write("Hello, world!")

#write text using 0.005 delay time
fast_write("Hello, world!")
  1. Chew some gum. Coding is always better with gum.

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

charbychar-0.0.1.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

charbychar-0.0.1-py3-none-any.whl (2.8 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