pyprind icon indicating copy to clipboard operation
pyprind copied to clipboard

PyPrind - Python Progress Indicator Utility

Results 10 pyprind issues
Sort by recently updated
recently updated
newest added

To reproduce: * Download the dev/1 branch of https://github.com/dcycle/docker-compresspdf * Run ./test.sh The result is: ... import os, datetime, sys, glob, re, subprocess, pyprind, time ModuleNotFoundError: No module named 'pyprind'...

import random import pyprind random.seed(1) collection = set() import time n = 100 bar = pyprind.ProgBar(n, track_time=False, title='while example') i=0 while i < n: r = random.randint(0, 10**5) if r...

Hi. Thx for this package. I've one question: How can i use 2 progressbars at same time? One for main loop, second for subloop? For example file copy utility (like...

enhancement

Implementation of task complete email notifications. It seems like the setup.py install doesn't install packages from requirements.txt, I had to fix it because travis shows errors. You can test it...

I figured I would open an issue to discuss possible solutions to the email notification. User privacy is important and it appears the available solutions could be pretty limited. So...

enhancement

I think in certain settings, it would be useful to redirect the progress bar/percentage to a log file (for example, if we are running scripts remotely and don't want to...

enhancement

Hi! I was trying to run both pyprind and the builtin python module `logging` at the same time. This, however did not handle particularly well: ``` python import time import...

question

Is it possible to use the callback from joblib parallel to make it work with pyprind for Parallel processing tasks ?

enhancement

I'm trying to use pyprint to add a progress bar for processing a large textfile. My understanding is that that pypring needs the total number of loop iterations before-hand, in...

enhancement

bit of a minor issue but I would rather have my custom str that I update rather than the line starting with "Item ID":