Skip to content

Change Progress Bar to tqdm #162

@medley56

Description

@medley56

The current show_progress option uses manual prints to display a progress bar. The tqdm library provides a more tooled (and probably more performant) progress bar function that we should consider using.

Replace the current progress bar implementation with a tqdm implementation. Make sure it still prints out packets per second and kilobits per second during parsing.

And make sure it's still optional!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions