Metadata-Version: 2.1
Name: antiless
Version: 0.8
Summary: antiless // antilag
Home-page: http://pypi.python.org/pypi/antiless
Author: antilag
Author-email: antilagbest@gmail.com
License: MIT
Project-URL: Homepage, https://github.com/antilagg/anti
Project-URL: Suggestions, https://github.com/antilagg/anti/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: ~=3.8
Description-Content-Type: text/markdown
Requires-Dist: colorama>=0.6.6
Requires-Dist: requests>=2.30.0

# Antiless.
<img src="https://img.shields.io/pypi/v/antiless?style=for-the-badge&logo=python">
<img alt="followers" src="https://img.shields.io/github/followers/antilagg?color=f429ff&style=for-the-badge&logo=github&label=Follow"/>

```less
                > available to anyone who wants to use it <
```

---

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

pip install antiless
```

### Usage
```py
# 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](https://discord.com/users/824027700851245138) | [antilagg@github](https://github.com/antilagg) | [antilag.dev](https://antilag.dev) *
