It is a simple Python library that transforms user input text into a stylized pattern using a user-defined symbol.
Project description
readme_content = """# text_in_pattern
text_in_pattern is a Python library that prints user input text in a stylized ASCII-art pattern using any symbol of your choice. Each letter of the alphabet is custom-designed to form a visually striking output that can be printed to the console.
✨ Features
- Convert any input text into a custom visual pattern
- Choose any symbol to decorate your text
- Lightweight and beginner-friendly
📦 Installation
Install the package via pip:
pip install text_in_pattern
📦 Usage
from text_in_pattern import text
# Your input string and the symbol to use
name = "Hello World"
symbol = "*"
text(name, symbol)
🛠️ Function
text(name: str, symbol: str) -> None
name: The input text to display
symbol: The character used to draw the pattern
Prints the stylized text directly to the console
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
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 text_in_pattern-1.0.0.tar.gz.
File metadata
- Download URL: text_in_pattern-1.0.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8f499b60f64760df4cddc9fd54aa463521df47bd4d4e7caec56a231c9032006
|
|
| MD5 |
4c9653169c17314aebc60d72ca202973
|
|
| BLAKE2b-256 |
da04fd4738c497a657bf234ec35ef885cbfc7d5c7c66234340a01124880f6305
|
File details
Details for the file text_in_pattern-1.0.0-py3-none-any.whl.
File metadata
- Download URL: text_in_pattern-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c359bac7f563080020b47fb107df949bf5ea31b9774a4d818bbc4234ad5002ef
|
|
| MD5 |
3caeed53ec76ccbc4ff29f9e58755f27
|
|
| BLAKE2b-256 |
ed44aa31eae16f454858ef1c4a22636a4812a28127dd6f78ba0aa106c793cb72
|