Followers
0
Following
0
Joined
Last Online
-
kzh125
Such as image size 200x2048
import photos all_albums = photos.get_albums() for album in all_albums: if album.title == 'Test': assets = album.assets img = assets[-1].get_image() img.show()
-
-
kzh125
import sys
import re
import timedef main():
for item in range(200):
try:
print(item)
time.sleep(3)
except BaseException as ex:
print(ex)
if name == 'main':
main()#My script is like this, it keeps running, I can’t stop it, really really annoying.