Terminut // @imvast
Project description
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 *
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
terminut-0.0.0.940.tar.gz
(8.6 kB
view details)
Built Distribution
File details
Details for the file terminut-0.0.0.940.tar.gz
.
File metadata
- Download URL: terminut-0.0.0.940.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fcf485076076cb0f440ffd11e39330dd4cbf6adbe96108e133843d5d3ec7ce3f |
|
MD5 | 9fbb0febcadf335210d01dddab5b8e50 |
|
BLAKE2b-256 | 74dd0d8ab2f9c7d050d8b864bf264a44f69b0defb0bb093cfef109efb50265a2 |
File details
Details for the file terminut-0.0.0.940-py3-none-any.whl
.
File metadata
- Download URL: terminut-0.0.0.940-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5efc39610eb3e220c6f1f0a355feefdf808e20ea50d7a45d48110c73ca14389b |
|
MD5 | 3ed8192b9e114afa1931fe1cc7e8b0ab |
|
BLAKE2b-256 | cdbfaf7b0e50a97304a079c477aca160a6d999a0fdc554c9240cc52383e23997 |