Skip to main content

Terminut // @imvast

Project description

Terminut.

followers
                > 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


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.935.tar.gz (8.3 kB view details)

Uploaded Source

Built Distribution

terminut-0.0.0.935-py3-none-any.whl (8.7 kB view details)

Uploaded Python 3

File details

Details for the file terminut-0.0.0.935.tar.gz.

File metadata

  • Download URL: terminut-0.0.0.935.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

Hashes for terminut-0.0.0.935.tar.gz
Algorithm Hash digest
SHA256 ea4f5f6f709ec2de93ba1d0e5711f3d01b4cbaac9426e5dc63d0705655b56c48
MD5 177acbe171ff76c089e7b4002c9880d8
BLAKE2b-256 3b9b87c0cafae30fdf1a491fb75683fb180af1e64da78fb4358e8e235422385d

See more details on using hashes here.

File details

Details for the file terminut-0.0.0.935-py3-none-any.whl.

File metadata

  • Download URL: terminut-0.0.0.935-py3-none-any.whl
  • Upload date:
  • Size: 8.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for terminut-0.0.0.935-py3-none-any.whl
Algorithm Hash digest
SHA256 3f05894a339769ab06f1157009083d82c6c549849a738a978e85193095964c5f
MD5 e92ba5f0d0a17269ebfd19f67ccc7ea0
BLAKE2b-256 ebbb4161f6b634adab756b6ec509a0d0186e7e1fd3ffec1b681e4762c5fa5a60

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page