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")
# --------------------------------------------------------- #
# 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.929.tar.gz
(8.3 kB
view details)
Built Distribution
File details
Details for the file terminut-0.0.0.929.tar.gz
.
File metadata
- Download URL: terminut-0.0.0.929.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ccb2650e9de0796a80d8691c51cc03f1fd28b8817c0eacf98accb86d0147a228 |
|
MD5 | 1332f8d5124bc2a996e7819aba3de4aa |
|
BLAKE2b-256 | 490bbb01d17f421f78cc3c56d746cb8e026ee2631a2245dd2bd58fa161d48518 |
File details
Details for the file terminut-0.0.0.929-py3-none-any.whl
.
File metadata
- Download URL: terminut-0.0.0.929-py3-none-any.whl
- Upload date:
- Size: 8.6 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 | 85babdf7e66a8bd4f7e8f0238e53eaeac7a8061f13c78463faa5da87653bcfd7 |
|
MD5 | 1cf47e78bd5b919e232a3f628d5ee2aa |
|
BLAKE2b-256 | ef377c91daea491571c6fe0725d71e7c458279542013c2378c50063a54fe764f |