Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Add an option to disable progress bar #19

@hadim

Description

@hadim

Sometime it's convenient to not have progress bar. So it would be really nice to add an option to disable tqdm so the code does not need to be modified, only an option to turn off.

for i in tqdm.tqdm(range(10), total=10, disable=True):
    print(i)

Whith disable being False by default of course.

I can make a PR but I don't want to bother if the project is not maintained anymore... (see #18)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions