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.931.tar.gz
(8.3 kB
view details)
Built Distribution
File details
Details for the file terminut-0.0.0.931.tar.gz
.
File metadata
- Download URL: terminut-0.0.0.931.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 | 67a8dc5eda238ff9aeb8a93bce7642d9b9dde8933e83d7a2e4fe1d016e955dce |
|
MD5 | 39d9c3b1428493e98e34ccc239fa9e4b |
|
BLAKE2b-256 | cc11c6391c0f15da5c6fcd4f0e394dcd3af4e77ff8480fbed0375258d4e5b66d |
File details
Details for the file terminut-0.0.0.931-py3-none-any.whl
.
File metadata
- Download URL: terminut-0.0.0.931-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 | 85b466d37458d28edc1736bef81f56e212ad3a030e7984d7d4b9642b19b708c7 |
|
MD5 | 250c888478a71c81731336ab5c18d617 |
|
BLAKE2b-256 | c9193f601dee17f8ce04837c7543aaa4074795f8a110f73702e69acf0eac6ff6 |