Extvip // @antilagvip
Project description
extvip.
> 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
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
extvip-0.0.0.942.tar.gz
(8.2 kB
view details)
File details
Details for the file extvip-0.0.0.942.tar.gz.
File metadata
- Download URL: extvip-0.0.0.942.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81b9e6cf9f853e096faeb1373abc29075c12fd6f3687fbcb7ce40766ba3e5df4
|
|
| MD5 |
ca4d6c8ac9492b2ca19359d741a2886c
|
|
| BLAKE2b-256 |
c4a8f67193845dd8d4cf175625bcb32ea60cc448827b501a9587b58df141db50
|