manrajgrover / halo

💫 Beautiful spinners for terminal, IPython and Jupyter
MIT License
2.86k stars 148 forks source link

feat: WIP allow text to be dynamic #166

Open davidxia opened 2 years ago

davidxia commented 2 years ago

Description of new feature, or changes

Allow text to be dynamic by providing a function like so.

with Halo(text=lambda: f'date {datetime.datetime.now()}'):
    time.sleep(100)

Checklist

Related Issues and Discussions

closed #167

People to notify