Skip to main content

Extvip // @antilagvip

Project description

extvip.

followers
                > available to anyone who wants to use it <

Installation

! ~ use at the knowledge of knowing it may be buggy ~ !

pip install extvip

Usage

# default shit if u want to only import for ease - auto switches #

from extvip 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 extvip import log

log.info(
    "info",
    sep=">"
)
log.error("error")
log.fatal("fatal")
log.success("success")
log.debug("debug")

log.log("Retrieved", code="3131")
log.vert("test", test=True, madeby="antilag")

import time
from extvip import BetaConsole

c = BetaConsole(speed=2)

while True:
    try:
        timestamp = c.getTimestamp()
        c.alphaPrint("[INF]", f"[{timestamp}] antilag? :Đ", increment=False)
        time.sleep(0.001)
    except KeyboardInterrupt: exit(0)

* antilagvip@discord | antilagg@github | antilag.dev *

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

extvip-0.0.0.941.tar.gz (8.2 kB view hashes)

Uploaded Source

Built Distribution

extvip-0.0.0.941-py3-none-any.whl (8.7 kB view hashes)

Uploaded Python 3

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