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
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
patlet-0.0.2.tar.gz
(3.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file patlet-0.0.2.tar.gz.
File metadata
- Download URL: patlet-0.0.2.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f848de474856bdb80e8bdf268c462a3d39f02362ae72d77db054b63f1ee9203b
|
|
| MD5 |
6a3bea232e36807a1281e48383c6d7b5
|
|
| BLAKE2b-256 |
16823e3dbc77f2743b5d41ad9fbccc775d7c07ed314cf4d357373b608124a863
|
File details
Details for the file patlet-0.0.2-py3-none-any.whl.
File metadata
- Download URL: patlet-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57a76865a0b26425035a97de6720823fdb9a107921b1106f1d13963989b6210f
|
|
| MD5 |
e7e2f0904e82209d52ea0d48068412d4
|
|
| BLAKE2b-256 |
c9c88c39286f65f83ddd1990b4af4a1f84487f4e8efd6a4ac812e60f2c6a5ea2
|