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.918.tar.gz
(7.4 kB
view details)
Built Distribution
File details
Details for the file terminut-0.0.0.918.tar.gz
.
File metadata
- Download URL: terminut-0.0.0.918.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b41c1eee2ebc316682777d0b03fc456f31da99b75eef39ed0f0a48d5858ad6d |
|
MD5 | 79f21d8d533ca01821c26cbf881ca768 |
|
BLAKE2b-256 | 699937f586084dc6f4ceb483f66f1e5a50d2e562be31baf32d18a80fca7f7023 |
File details
Details for the file terminut-0.0.0.918-py3-none-any.whl
.
File metadata
- Download URL: terminut-0.0.0.918-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a0aa5cf2fa3911fd2e077528fd5c6de36702d478b8b9547334357416c3384cb |
|
MD5 | 11e676857d9cfc94fc1aa62cd2706b6e |
|
BLAKE2b-256 | 69dffc08f2040f0d661f53aaf21c00c65a6287e554f065819f0702884bf04bec |