This website works better with JavaScript.
Explore
Help
Sign In
jn
/
punkshell
Watch
1
Star
0
Fork
You've already forked punkshell
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
284
Commits
1
Branch
1
Tag
199 MiB
Tcl
90.9%
HTML
4.7%
C
2%
C++
0.5%
Roff
0.5%
Other
0.8%
Tree:
5336b12bd5
punkshell
/
scriptlib
/
py
/
progbar.py
5 lines
98 B
Raw
Blame
History
from
time
import
sleep
from
rich
.
progress
import
track
for
step
in
track
(
range
(
6
)
)
:
sleep
(
1
)
Reference in new issue
Copy Permalink