patlet 0.0.2

Creator: railscoder56

Last updated:

Add to Cart

Description:

patlet 0.0.2

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.