.gitignore
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
.github/workflows/codeql.yml
.github/workflows/test-package.yml
demo/demo_animation.py
demo/demo_ansi.py
demo/demo_error.py
demo/demo_system.py
demo/demo_text.py
epitech_console/__init__.py
epitech_console/config.ini
epitech_console.egg-info/PKG-INFO
epitech_console.egg-info/SOURCES.txt
epitech_console.egg-info/dependency_links.txt
epitech_console.egg-info/requires.txt
epitech_console.egg-info/top_level.txt
epitech_console/ANSI/__init__.py
epitech_console/ANSI/ansi.py
epitech_console/ANSI/basepack.py
epitech_console/ANSI/color.py
epitech_console/ANSI/cursor.py
epitech_console/ANSI/line.py
epitech_console/Animation/__init__.py
epitech_console/Animation/animation.py
epitech_console/Animation/basepack.py
epitech_console/Animation/progressbar.py
epitech_console/Animation/spinner.py
epitech_console/Animation/style.py
epitech_console/Error/__init__.py
epitech_console/Error/error.py
epitech_console/System/__init__.py
epitech_console/System/action.py
epitech_console/System/config.py
epitech_console/System/console.py
epitech_console/System/log.py
epitech_console/System/setting.py
epitech_console/System/stopwatch.py
epitech_console/System/time.py
epitech_console/Text/__init__.py
epitech_console/Text/format.py
epitech_console/Text/text.py
script/check-package
script/full_demo
script/install-package
script/test-package
script/uninstall-package
source/epitech_console_logo.png
source/epitech_console_logo_icon.png
source/epitech_console_logo_name.png
source/epitech_console_logo_text.png
source/epitech_logo.png
tests/tests ANSI/test_ansi_ansi.py
tests/tests ANSI/test_ansi_basepack.py
tests/tests ANSI/test_ansi_color.py
tests/tests ANSI/test_ansi_cursor.py
tests/tests ANSI/test_ansi_line.py
tests/tests Animation/test_animation_animation.py
tests/tests Animation/test_animation_basepack.py
tests/tests Animation/test_animation_progressbar.py
tests/tests Animation/test_animation_spinner.py
tests/tests Animation/test_animation_style.py
tests/tests Error/test_error_error.py
tests/tests System/test_system_action.py
tests/tests System/test_system_config.py
tests/tests System/test_system_console.py
tests/tests System/test_system_log.py
tests/tests System/test_system_setting.py
tests/tests System/test_system_stopwatch.py
tests/tests System/test_system_time.py
tests/tests Text/test_text_format.py
tests/tests Text/test_text_text.py