Skip to main content

Extvip // @antilagvip

Project description

Extvip.

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 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=">" # separator OPTIONAL
)
log.error("error")
log.fatal("fatal")
log.success("success")
log.debug("debug")

log.log("Retrieved", code="6969")
log.vert("test", test=True, madeby="antilagvip")

# --------------------------------------------------------- #
# this is for custom cool stuff as seen here: 

import time
from extvip import BetaConsole

c = BetaConsole(speed=2)

while True:
    try:
        timestamp = c.getTimestamp()
        c.alphaPrint("[INF]", f"[{timestamp}] made by antilagvip :D", 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.940.tar.gz (8.4 kB view hashes)

Uploaded Source

Built Distribution

extvip-0.0.0.940-py3-none-any.whl (8.8 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