At the end, theres that. :I
it works perfectly until it reaches the end
Python 3.9 has been used.
Afaik Python 3.10 has some issues cause this hasn't been optimized for Python 3.10 or newer.
Traceback (most recent call last):
File "/home/hax/GitHub/bad-apple/touhou_bad_apple_v4.5.py", line 181, in <module>
main()
File "/home/hax/GitHub/bad-apple/touhou_bad_apple_v4.5.py", line 171, in main
play_video(total_frames=total_frames)
File "/home/hax/GitHub/bad-apple/touhou_bad_apple_v4.5.py", line 37, in play_video
sys.stdout.write("\r" + ASCII_LIST[frame_number])
IndexError: list index out of range
At the end, theres that. :I it works perfectly until it reaches the end Python 3.9 has been used. Afaik Python 3.10 has some issues cause this hasn't been optimized for Python 3.10 or newer.