Terminut.
> Custom Console Going To Be Used For My Projects
And Available To Anyone Else Who Wants To Use <
Installation
! package NOT FULLY available for non-personal use !
~ use at the knowledge of knowing it may be buggy ~
pip install terminut
Usage
# default shit if u want to only import for ease - auto switches #
from terminut import printf as print, inputf as input, init
init(debug=False)
print("[DEBUG] Should NOT Show")
print("(~) Should NOT Show")
print("[INFO] Should Show")
print("(*) Should Show")
# --------------------------------------------------------- #
# log format: [21:14:38] INF > test
from terminut import log
log.info(
"info",
sep=">" # separator OPTIONAL
)
log.error("error")
log.fatal("fatal")
log.success("success")
log.debug("debug")
log.log("Retrieved", code="6969")
log.vert("test", test=True, madeby="vast")
# --------------------------------------------------------- #
# this is for custom cool stuff as seen here:
# https://cdn.discordapp.com/attachments/1099515953223569420/1105295220414885998/2023-05-08_20-46-22.mp4
import time
from terminut import BetaConsole
c = BetaConsole(speed=2)
while True:
try:
timestamp = c.getTimestamp()
c.alphaPrint("[INF]", f"[{timestamp}] made by vast :D", increment=False)
time.sleep(0.001)
except KeyboardInterrupt: exit(0)
* imvast@discord | imvast@github | vast.sh *
Release files for terminut 0.0.0.940
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| terminut-0.0.0.940.tar.gz | 8.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| terminut-0.0.0.940-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.5 kB
Release files / terminut-0.0.0.940.tar.gz
| Download URL | terminut-0.0.0.940.tar.gz |
|---|---|
| Size | 8.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fcf485076076cb0f440ffd11e39330dd4cbf6adbe96108e133843d5d3ec7ce3f
|
|
BLAKE2b-256 checksum How to use checksums |
74dd0d8ab2f9c7d050d8b864bf264a44f69b0defb0bb093cfef109efb50265a2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.11
|
Release files / terminut-0.0.0.940-py3-none-any.whl
| Download URL | terminut-0.0.0.940-py3-none-any.whl |
|---|---|
| Size | 8.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5efc39610eb3e220c6f1f0a355feefdf808e20ea50d7a45d48110c73ca14389b
|
|
BLAKE2b-256 checksum How to use checksums |
cdbfaf7b0e50a97304a079c477aca160a6d999a0fdc554c9240cc52383e23997
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.11
|