Printing made for the creativity.
Project description
What is it?
printextent is a Python library for customizing print statements in a different variety of ways.
printextent makes it easier to accomplish! (Either by printing or returning the customized text!)
Installation
Via pip:
pip install printextent
or
python -m pip install printextent --upgrade
Examples
import printextent
# prints out "Hello World! This is a test sentence!" in the color blue while also being bolded.
printextent.colorPrint("Hello World! This is a test sentence!", "Blue", "Bold")
# prints out "Hello World! This is a test sentence!" in a rainbow pattern.
printextent.colorPrint("Hello World! This is a test sentence!", "Rainbow")
# prints out "Hello World! This is a test sentence!" while under a typewriter effect.
printextent.typewritePrint("Hello World! This is a test sentence!")
# prints out "Hello World! This is a test sentence!" reversed. ("!ecnetnes tset a si sihT !dlroW olleH")
printextent.reversePrint("Hello World! This is a test sentence!")
# prints out a info message regarding an important message.
printextent.informUserPrint("This is an informational message that can let users know about a situation regarding something that the user must know.")
# prints out a warning message regarding an important message.
printextent.warnUserPrint("This is an informational message that can let users know about a situation regarding something that can go poetentially wrong.")
# prints out a error message regarding an important message.
printextent.errorUserPrint("This is an informational message that can let users know about a situation regarding something that is wrong.")
License
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
printextent-0.1.13.tar.gz
(5.8 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 printextent-0.1.13.tar.gz.
File metadata
- Download URL: printextent-0.1.13.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c63444191566cd700fabc0c9615e7c84f33764d3791620abb3fcb9f7fa6e9598
|
|
| MD5 |
299d0718c1c230fa62e7c1346ffb575e
|
|
| BLAKE2b-256 |
d6cea0b934752690a6d9c35581f1fc87323d015d8ec93e5f8928161a83efb83d
|
File details
Details for the file printextent-0.1.13-py3-none-any.whl.
File metadata
- Download URL: printextent-0.1.13-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b32c6b825fb03d1514117bbf7118dbb401c1c6dd6e07df6bb2ffc051ac44e578
|
|
| MD5 |
07d27beb928369037dc664aca1fe08d1
|
|
| BLAKE2b-256 |
bd1165d820412e90e316a844711f8f147fbd79c7ab4f0c9d0aa70d4870370560
|