Skip to main content

Beautiful Pattern Letters

Project description

Pattern Letters

Geting started

This library has been tested with Python 3.6-3.10 and Pypy 3.

  • Installation using pip
    $ pip install patlet

Use

horizontal printing

from patlet import PatLet

# output the entered text to the console
PL = PatLet("PatLet")
PL.printer(char='*')

writing .txt file

from patlet import PatLet

# write the entered text to a .txt file
PL = PatLet("i am reading a book")
PL.writer(char="*", filename="book")

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

patlet-0.0.2.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

patlet-0.0.2-py3-none-any.whl (3.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