Display this in your term:
May be useful for running loops? Idk.
I found the chars here.
from time import sleep | |
while 1: | |
print("\r \u27a9 ", end="") | |
sleep(0.15) | |
print("\r \u27ab ", end="") | |
sleep(0.15) | |
print("\r \u27ac ", end="") | |
sleep(0.15) |