antiless // antilag
Project description
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 *
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
antiless-0.9.tar.gz
(7.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file antiless-0.9.tar.gz.
File metadata
- Download URL: antiless-0.9.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59c3ebb237b2f88ff9f1eaedee46b1444904c28da02a3ecb825de64e99625307
|
|
| MD5 |
0e16d28cf6dff27fe6cb1ba04da1470d
|
|
| BLAKE2b-256 |
9d3c39381c82aa80a47842946768d1b2715e3fef0d2687423fcfeb1772406391
|
File details
Details for the file antiless-0.9-py3-none-any.whl.
File metadata
- Download URL: antiless-0.9-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f140586b4f18e892ee4fbc52bbc3e8a915442e19a26872d5dd6df3bd16c08a3
|
|
| MD5 |
1b639e3537d40b5cee2cb381b2354f9b
|
|
| BLAKE2b-256 |
203230b821184f23a5124d82e26fbe8b2cb9fff00ac7fab0322f1a21084163d8
|