antiless 0.9

Creator: coderz1093

Last updated:

Add to Cart

Description:

antiless 0.9

Antiless.


> available to anyone who wants to use it <


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

pip install antiless

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

from antiless 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 antiless 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 antiless 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)


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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.