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.
Installation
Use the package manager pip to install printextent.
pip install printextent
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.9.tar.gz
(4.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 printextent-0.1.9.tar.gz.
File metadata
- Download URL: printextent-0.1.9.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14960599a328d4796a9e87c1bb2fecec72fb5e1422efc5513112be4d75b1c03e
|
|
| MD5 |
108eb9d8c2eb5d06e7e18c1f3b68ed7d
|
|
| BLAKE2b-256 |
df34360c4c3b02ba34443ab4e133b3c423cbe4fdcdee3222a8d02e05da5f0645
|
File details
Details for the file printextent-0.1.9-py3-none-any.whl.
File metadata
- Download URL: printextent-0.1.9-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23110eb79b6caa36c20694b39a631ee045df7b1687fa19dc24b2d140e9f94694
|
|
| MD5 |
4fd6e51345e8924e79f199f25f33703d
|
|
| BLAKE2b-256 |
25cf4f5383ecfdf96c4a918d16bdee0e399440045c3b97e78195b85ce8088794
|