INNER CODE UNIT · Python

filled

FLOCK4H/Dexter · Dexter.py:296

        filled = int(progress * 28)
        bar = "[" + ("#" * filled) + (" " * (28 - filled)) + "]"
        for line in art:
            print(f"{cc.CYAN}{line}{cc.RESET}")
        print()
        for line in taglines:
            print(f"{cc.LIGHT_CYAN}{line}{cc.RESET}")
        print()
        print(
            f"{cc.LIGHT_GREEN}{CLI_SPLASH_FRAMES[idx % len(CLI_SPLASH_FRAMES)]} "
            f"initializing {bar}{cc.RESET}"
        )
        time.sleep(0.08)
    _clear_terminal()

class Dexter:
    def __init__(self, config, session_seed=None):
        self.config = config

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…