Skip to main content

antiless // antilag

Project description

Antiless.

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

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

antiless-0.9.tar.gz (7.5 kB view hashes)

Uploaded Source

Built Distribution

antiless-0.9-py3-none-any.whl (7.9 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