Skip to content

[Feature] Add estimated clock time of completion in CLI #1745

@quidnu

Description

@quidnu
  • I have marked all applicable categories:
    • documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?" I understand StackOverflow#tqdm is more appropriate)
    • new feature request
  • I have visited the source website, and in particular
    read the known issues
  • I have searched through the issue tracker for duplicates
  • I have mentioned version numbers, operating system and
    environment, where applicable:
    import tqdm, sys
    print(tqdm.__version__, sys.version, sys.platform)

The progress bar should have a format option displaying what time/date the process will be completed (e.g. 2:02pm or 14:02:12). In many cases this is much more useful than the iterations/s display, particularly when monitoring a process that is outputting progress (e.g. percent complete) but doesn't have a built-in ETA calculations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions