Added a progress bar for walking.#970
Conversation
|
Have you tested that? Cause im pretty sure it wont work, because StepWalker lives like only step long. Otherwise that would be pretty cool. |
|
So nice idea. |
|
Yep you're right, I misinterpreted the code... Looks very nice. Have you tried what happens if pokemon appears while walking? |
|
@x1024 Good suggestion, Let's merge here before conflict happen. save time for rebase. |
|
Buggy on my Win 10 machine, maybe because of a different language format (german)? |
|
@KLVN it uses the "square block" character, for esthetic reasons. It could be changed to a simple "=" or "+" sign. |
|
imho a simple "=" is sufficient for me |
|
@x1024 Let's use "=" then. Isn't that beautiful as a full block, but it works. :) |
#970 #970 (comment) * updated URL #1032 (diff)
|
I'm new to github. how do I download your step_walker.py edit: I tried just copying and pasting raw codes and making a .py but I get this error when I run it |




There's now a TTY-only progress bar when walking from one place to another.
It doesn't show up when the program's output is piped to a file, or if it's run as a daemon.
I could use some help with testing on different OS/shell combinations.