/$$$$$$ /$$
/$$__ $$ |__/
| $$ \__/ /$$$$$$ /$$$$$$$ /$$$$$$$ /$$
| $$$$ /$$$$$$|____ $$| $$__ $$ /$$_____/| $$
| $$_/|______/ /$$$$$$$| $$ \ $$| $$$$$$ | $$
| $$ /$$__ $$| $$ | $$ \____ $$| $$
| $$ | $$$$$$$| $$ | $$ /$$$$$$$/| $$
|__/ \_______/|__/ |__/|_______/ |__/
f-ansi is the f-utils lib that does something.
- website: futils.org/libs/f-ansi
- contact: futils@gmx.ie
- discord: coolab
f_ansi/
|-- __init__.py .............. import main.py
|-- main.py .................. import modules
`-- mods/
|-- color/ .............. define Color class
|-- keys/ ............... define Keys class
|-- is_.py .............. define Is class
`-- err_.py ............. define error classes
The installation is from the branches main and dev of this repository.
- With
pip:
# main branch
/path/to/venv/bin/pip install git+https://github.com/f-utils/f-ansi
# dev branch
/path/to/venv/bin/pip install git+https://github.com/f-utils/f-ansi/tree/devFor other installation methods, see futils.org/install.
The lib provides the class Ansi. We suggest to import it as:
from f_ansi import AnsiFor more details, see futils.org/libs/f-ansi.
- Open issues in f-utils/.issues.
- Join our Discord server.
- See CONTRIBUTING.
This lib is licensed under BSD 3-Clause.