A loading bar...
Loading...
Just wanted to have some fun with termcolors cprint
Also, yes this was inspired by that one guy.
Changelog:
- 1/3/2020:
- Made it run infinitely
- Added more loading animations!
Thecrowbar1234 (137)
have you tried using anscicolors?
AdCharity (1345)
That's pretty cool. I'm pretty sure you could replace line 8's range with
for i in range(0, len(loading_txt)):
so then you don't have to manually count :)
PowerCoder (712)
@AdCharity Thanks for the help! I've changed line 8 to that.
Nice!
;)