The part of my code is
frames = [PhotoImage(file='E:\\omoha\\Documents\\assistant.gif',format = 'gif -index %i' %(i)) for i in range(100)]
window.title('Saako')
Sorry for messy question. This is my first time ask question! I want to send this project to my other pc but it wont work because the image is specifically to my directory. How to fix this... Also, it will be nice if there is something like gif url instead of file directory.