diff --git a/My_GIF.py b/My_GIF.py
new file mode 100644
index 0000000..8d155c9
--- /dev/null
+++ b/My_GIF.py
@@ -0,0 +1,14 @@
+from tkinter import filedialog,Tk
+from PIL import Image
+
+root = Tk()
+root.withdraw()
+path = filedialog.askopenfilenames(title='选择图片文件',
+                                        filetypes=[('png ','.png')],
+                                        initialdir='./')
+img_list = []
+for i in path:
+    img = Image.open(i)
+    img_list.insert(0,img)
+img_list[0].save("bot.gif", save_all=True,append_images=img_list[1:])
+print(img_list)
diff --git a/Robot.gif b/Robot.gif
new file mode 100644
index 0000000..c026579
Binary files /dev/null and b/Robot.gif differ
diff --git a/b.py b/b.py
new file mode 100644
index 0000000..052e8cb
--- /dev/null
+++ b/b.py
@@ -0,0 +1,12 @@
+from tkinter import filedialog, Tk
+from PIL import Image
+
+rt=Tk()
+rt.withdraw()
+path=filedialog.askopenfilenames(title='选择图片文件',filetypes=[('png','.png')],initialdir='./')
+sequence=[]
+for i in path:
+    img=Image.open(i)
+    sequence.append(0,img)
+sequence[0].save("bot.gif",save_all=True,
+                append_images=sequence[1:])
\ No newline at end of file
diff --git a/bot.gif b/bot.gif
new file mode 100644
index 0000000..2b3d522
Binary files /dev/null and b/bot.gif differ
diff --git a/d.py b/d.py
new file mode 100644
index 0000000..dba2e15
--- /dev/null
+++ b/d.py
@@ -0,0 +1,16 @@
+from tkinter import filedialog
+from PIL import Image
+
+root = Tk()
+root = withdraw()
+path = filedialog.askopenfilenames(title = '选择图片文件',
+                        filetypes = [('ALL Files', '*')],
+                        initialdir = "./")
+img_list = []
+for i in path:
+    img = image.open(1)
+    img_list.append(0,img)
+
+
+img_list[0].save("bot.gif",save_all = True,
+                append_images = img_list[1:])
\ No newline at end of file
diff --git a/dive.gif b/dive.gif
new file mode 100644
index 0000000..99f1b29
Binary files /dev/null and b/dive.gif differ
diff --git a/img/py.py b/img/py.py
new file mode 100644
index 0000000..4068d56
--- /dev/null
+++ b/img/py.py
@@ -0,0 +1,7 @@
+from PIL import Image,ImageSequence
+
+img = Image.open("dive.gif")
+num = 0
+for i in ImageSequence.Iterator(img):
+    i.save(r"./img"+str(num)+".png")
+    num += 1
\ No newline at end of file
diff --git a/img0.png b/img0.png
new file mode 100644
index 0000000..e247eeb
Binary files /dev/null and b/img0.png differ
diff --git a/img1.png b/img1.png
new file mode 100644
index 0000000..6dd9f1a
Binary files /dev/null and b/img1.png differ
diff --git a/img10.png b/img10.png
new file mode 100644
index 0000000..3bb9d13
Binary files /dev/null and b/img10.png differ
diff --git a/img11.png b/img11.png
new file mode 100644
index 0000000..76fd329
Binary files /dev/null and b/img11.png differ
diff --git a/img12.png b/img12.png
new file mode 100644
index 0000000..b652ab3
Binary files /dev/null and b/img12.png differ
diff --git a/img13.png b/img13.png
new file mode 100644
index 0000000..c914e7a
Binary files /dev/null and b/img13.png differ
diff --git a/img14.png b/img14.png
new file mode 100644
index 0000000..378694b
Binary files /dev/null and b/img14.png differ
diff --git a/img15.png b/img15.png
new file mode 100644
index 0000000..8e8bd87
Binary files /dev/null and b/img15.png differ
diff --git a/img16.png b/img16.png
new file mode 100644
index 0000000..bacd778
Binary files /dev/null and b/img16.png differ
diff --git a/img17.png b/img17.png
new file mode 100644
index 0000000..8300da8
Binary files /dev/null and b/img17.png differ
diff --git a/img18.png b/img18.png
new file mode 100644
index 0000000..95be816
Binary files /dev/null and b/img18.png differ
diff --git a/img19.png b/img19.png
new file mode 100644
index 0000000..34b205e
Binary files /dev/null and b/img19.png differ
diff --git a/img2.png b/img2.png
new file mode 100644
index 0000000..35613f8
Binary files /dev/null and b/img2.png differ
diff --git a/img20.png b/img20.png
new file mode 100644
index 0000000..60ea0ac
Binary files /dev/null and b/img20.png differ
diff --git a/img21.png b/img21.png
new file mode 100644
index 0000000..d7b9146
Binary files /dev/null and b/img21.png differ
diff --git a/img22.png b/img22.png
new file mode 100644
index 0000000..1bfd5b4
Binary files /dev/null and b/img22.png differ
diff --git a/img23.png b/img23.png
new file mode 100644
index 0000000..3c0996d
Binary files /dev/null and b/img23.png differ
diff --git a/img24.png b/img24.png
new file mode 100644
index 0000000..0263592
Binary files /dev/null and b/img24.png differ
diff --git a/img25.png b/img25.png
new file mode 100644
index 0000000..076c250
Binary files /dev/null and b/img25.png differ
diff --git a/img26.png b/img26.png
new file mode 100644
index 0000000..5eb04b2
Binary files /dev/null and b/img26.png differ
diff --git a/img27.png b/img27.png
new file mode 100644
index 0000000..e419137
Binary files /dev/null and b/img27.png differ
diff --git a/img28.png b/img28.png
new file mode 100644
index 0000000..f298c59
Binary files /dev/null and b/img28.png differ
diff --git a/img29.png b/img29.png
new file mode 100644
index 0000000..42750bd
Binary files /dev/null and b/img29.png differ
diff --git a/img3.png b/img3.png
new file mode 100644
index 0000000..0476373
Binary files /dev/null and b/img3.png differ
diff --git a/img30.png b/img30.png
new file mode 100644
index 0000000..ef1ed3a
Binary files /dev/null and b/img30.png differ
diff --git a/img31.png b/img31.png
new file mode 100644
index 0000000..8b62acb
Binary files /dev/null and b/img31.png differ
diff --git a/img32.png b/img32.png
new file mode 100644
index 0000000..85f2d40
Binary files /dev/null and b/img32.png differ
diff --git a/img33.png b/img33.png
new file mode 100644
index 0000000..00f6069
Binary files /dev/null and b/img33.png differ
diff --git a/img34.png b/img34.png
new file mode 100644
index 0000000..2eac8f3
Binary files /dev/null and b/img34.png differ
diff --git a/img35.png b/img35.png
new file mode 100644
index 0000000..9733eb4
Binary files /dev/null and b/img35.png differ
diff --git a/img36.png b/img36.png
new file mode 100644
index 0000000..7a3be78
Binary files /dev/null and b/img36.png differ
diff --git a/img4.png b/img4.png
new file mode 100644
index 0000000..597f4a4
Binary files /dev/null and b/img4.png differ
diff --git a/img5.png b/img5.png
new file mode 100644
index 0000000..950a184
Binary files /dev/null and b/img5.png differ
diff --git a/img6.png b/img6.png
new file mode 100644
index 0000000..7a50fc6
Binary files /dev/null and b/img6.png differ
diff --git a/img7.png b/img7.png
new file mode 100644
index 0000000..a9a4122
Binary files /dev/null and b/img7.png differ
diff --git a/img8.png b/img8.png
new file mode 100644
index 0000000..15a2036
Binary files /dev/null and b/img8.png differ
diff --git a/img9.png b/img9.png
new file mode 100644
index 0000000..fafe92f
Binary files /dev/null and b/img9.png differ
diff --git a/resources/1.png b/resources/1.png
new file mode 100644
index 0000000..d349dce
Binary files /dev/null and b/resources/1.png differ
diff --git a/resources/10.png b/resources/10.png
new file mode 100644
index 0000000..6266d4c
Binary files /dev/null and b/resources/10.png differ
diff --git a/resources/100.png b/resources/100.png
new file mode 100644
index 0000000..925875b
Binary files /dev/null and b/resources/100.png differ
diff --git a/resources/101.png b/resources/101.png
new file mode 100644
index 0000000..ceb464d
Binary files /dev/null and b/resources/101.png differ
diff --git a/resources/102.png b/resources/102.png
new file mode 100644
index 0000000..339fba8
Binary files /dev/null and b/resources/102.png differ
diff --git a/resources/103.png b/resources/103.png
new file mode 100644
index 0000000..b5e7fc1
Binary files /dev/null and b/resources/103.png differ
diff --git a/resources/104.png b/resources/104.png
new file mode 100644
index 0000000..abd34ae
Binary files /dev/null and b/resources/104.png differ
diff --git a/resources/105.png b/resources/105.png
new file mode 100644
index 0000000..0f88eb2
Binary files /dev/null and b/resources/105.png differ
diff --git a/resources/106.png b/resources/106.png
new file mode 100644
index 0000000..eb5505d
Binary files /dev/null and b/resources/106.png differ
diff --git a/resources/107.png b/resources/107.png
new file mode 100644
index 0000000..d7826ae
Binary files /dev/null and b/resources/107.png differ
diff --git a/resources/108.png b/resources/108.png
new file mode 100644
index 0000000..8f767ed
Binary files /dev/null and b/resources/108.png differ
diff --git a/resources/109.png b/resources/109.png
new file mode 100644
index 0000000..548d0bf
Binary files /dev/null and b/resources/109.png differ
diff --git a/resources/11.png b/resources/11.png
new file mode 100644
index 0000000..b406663
Binary files /dev/null and b/resources/11.png differ
diff --git a/resources/110.png b/resources/110.png
new file mode 100644
index 0000000..92201b7
Binary files /dev/null and b/resources/110.png differ
diff --git a/resources/111.png b/resources/111.png
new file mode 100644
index 0000000..e7d488e
Binary files /dev/null and b/resources/111.png differ
diff --git a/resources/112.png b/resources/112.png
new file mode 100644
index 0000000..10deec4
Binary files /dev/null and b/resources/112.png differ
diff --git a/resources/113.png b/resources/113.png
new file mode 100644
index 0000000..7de2d9b
Binary files /dev/null and b/resources/113.png differ
diff --git a/resources/114.png b/resources/114.png
new file mode 100644
index 0000000..8ece9de
Binary files /dev/null and b/resources/114.png differ
diff --git a/resources/115.png b/resources/115.png
new file mode 100644
index 0000000..a71bb9f
Binary files /dev/null and b/resources/115.png differ
diff --git a/resources/116.png b/resources/116.png
new file mode 100644
index 0000000..707b261
Binary files /dev/null and b/resources/116.png differ
diff --git a/resources/117.png b/resources/117.png
new file mode 100644
index 0000000..82bd09a
Binary files /dev/null and b/resources/117.png differ
diff --git a/resources/118.png b/resources/118.png
new file mode 100644
index 0000000..1b6ff7f
Binary files /dev/null and b/resources/118.png differ
diff --git a/resources/119.png b/resources/119.png
new file mode 100644
index 0000000..b6c9a46
Binary files /dev/null and b/resources/119.png differ
diff --git a/resources/12.png b/resources/12.png
new file mode 100644
index 0000000..daf1668
Binary files /dev/null and b/resources/12.png differ
diff --git a/resources/120.png b/resources/120.png
new file mode 100644
index 0000000..64a4769
Binary files /dev/null and b/resources/120.png differ
diff --git a/resources/121.png b/resources/121.png
new file mode 100644
index 0000000..39690a3
Binary files /dev/null and b/resources/121.png differ
diff --git a/resources/122.png b/resources/122.png
new file mode 100644
index 0000000..8ade0d9
Binary files /dev/null and b/resources/122.png differ
diff --git a/resources/123.png b/resources/123.png
new file mode 100644
index 0000000..1e06d2c
Binary files /dev/null and b/resources/123.png differ
diff --git a/resources/124.png b/resources/124.png
new file mode 100644
index 0000000..6e84b02
Binary files /dev/null and b/resources/124.png differ
diff --git a/resources/125.png b/resources/125.png
new file mode 100644
index 0000000..1111b5d
Binary files /dev/null and b/resources/125.png differ
diff --git a/resources/126.png b/resources/126.png
new file mode 100644
index 0000000..3a3cc1b
Binary files /dev/null and b/resources/126.png differ
diff --git a/resources/127.png b/resources/127.png
new file mode 100644
index 0000000..6a8e417
Binary files /dev/null and b/resources/127.png differ
diff --git a/resources/128.png b/resources/128.png
new file mode 100644
index 0000000..c8027f2
Binary files /dev/null and b/resources/128.png differ
diff --git a/resources/129.png b/resources/129.png
new file mode 100644
index 0000000..8435da0
Binary files /dev/null and b/resources/129.png differ
diff --git a/resources/13.png b/resources/13.png
new file mode 100644
index 0000000..84fa94c
Binary files /dev/null and b/resources/13.png differ
diff --git a/resources/130.png b/resources/130.png
new file mode 100644
index 0000000..1396940
Binary files /dev/null and b/resources/130.png differ
diff --git a/resources/131.png b/resources/131.png
new file mode 100644
index 0000000..8e028a4
Binary files /dev/null and b/resources/131.png differ
diff --git a/resources/132.png b/resources/132.png
new file mode 100644
index 0000000..65f6d62
Binary files /dev/null and b/resources/132.png differ
diff --git a/resources/133.png b/resources/133.png
new file mode 100644
index 0000000..852a05f
Binary files /dev/null and b/resources/133.png differ
diff --git a/resources/134.png b/resources/134.png
new file mode 100644
index 0000000..ef3ed0c
Binary files /dev/null and b/resources/134.png differ
diff --git a/resources/135.png b/resources/135.png
new file mode 100644
index 0000000..6656325
Binary files /dev/null and b/resources/135.png differ
diff --git a/resources/136.png b/resources/136.png
new file mode 100644
index 0000000..9d929a2
Binary files /dev/null and b/resources/136.png differ
diff --git a/resources/137.png b/resources/137.png
new file mode 100644
index 0000000..7fcc6f9
Binary files /dev/null and b/resources/137.png differ
diff --git a/resources/138.png b/resources/138.png
new file mode 100644
index 0000000..de519a2
Binary files /dev/null and b/resources/138.png differ
diff --git a/resources/139.png b/resources/139.png
new file mode 100644
index 0000000..7db8708
Binary files /dev/null and b/resources/139.png differ
diff --git a/resources/14.png b/resources/14.png
new file mode 100644
index 0000000..dc954ec
Binary files /dev/null and b/resources/14.png differ
diff --git a/resources/140.png b/resources/140.png
new file mode 100644
index 0000000..4c74588
Binary files /dev/null and b/resources/140.png differ
diff --git a/resources/141.png b/resources/141.png
new file mode 100644
index 0000000..d2b679f
Binary files /dev/null and b/resources/141.png differ
diff --git a/resources/142.png b/resources/142.png
new file mode 100644
index 0000000..5766091
Binary files /dev/null and b/resources/142.png differ
diff --git a/resources/143.png b/resources/143.png
new file mode 100644
index 0000000..7208826
Binary files /dev/null and b/resources/143.png differ
diff --git a/resources/144.png b/resources/144.png
new file mode 100644
index 0000000..7886f2b
Binary files /dev/null and b/resources/144.png differ
diff --git a/resources/145.png b/resources/145.png
new file mode 100644
index 0000000..0a78461
Binary files /dev/null and b/resources/145.png differ
diff --git a/resources/146.png b/resources/146.png
new file mode 100644
index 0000000..cb1c0c8
Binary files /dev/null and b/resources/146.png differ
diff --git a/resources/147.png b/resources/147.png
new file mode 100644
index 0000000..709510d
Binary files /dev/null and b/resources/147.png differ
diff --git a/resources/148.png b/resources/148.png
new file mode 100644
index 0000000..38443d5
Binary files /dev/null and b/resources/148.png differ
diff --git a/resources/149.png b/resources/149.png
new file mode 100644
index 0000000..cd72249
Binary files /dev/null and b/resources/149.png differ
diff --git a/resources/15.png b/resources/15.png
new file mode 100644
index 0000000..3437b4c
Binary files /dev/null and b/resources/15.png differ
diff --git a/resources/150.png b/resources/150.png
new file mode 100644
index 0000000..ea1a501
Binary files /dev/null and b/resources/150.png differ
diff --git a/resources/151.png b/resources/151.png
new file mode 100644
index 0000000..5895b3d
Binary files /dev/null and b/resources/151.png differ
diff --git a/resources/152.png b/resources/152.png
new file mode 100644
index 0000000..82d4361
Binary files /dev/null and b/resources/152.png differ
diff --git a/resources/153.png b/resources/153.png
new file mode 100644
index 0000000..8439034
Binary files /dev/null and b/resources/153.png differ
diff --git a/resources/154.png b/resources/154.png
new file mode 100644
index 0000000..e148be5
Binary files /dev/null and b/resources/154.png differ
diff --git a/resources/155.png b/resources/155.png
new file mode 100644
index 0000000..a607a79
Binary files /dev/null and b/resources/155.png differ
diff --git a/resources/156.png b/resources/156.png
new file mode 100644
index 0000000..ea78284
Binary files /dev/null and b/resources/156.png differ
diff --git a/resources/157.png b/resources/157.png
new file mode 100644
index 0000000..fa08318
Binary files /dev/null and b/resources/157.png differ
diff --git a/resources/158.png b/resources/158.png
new file mode 100644
index 0000000..376a68a
Binary files /dev/null and b/resources/158.png differ
diff --git a/resources/159.png b/resources/159.png
new file mode 100644
index 0000000..2005cb0
Binary files /dev/null and b/resources/159.png differ
diff --git a/resources/16.png b/resources/16.png
new file mode 100644
index 0000000..74a2e4e
Binary files /dev/null and b/resources/16.png differ
diff --git a/resources/160.png b/resources/160.png
new file mode 100644
index 0000000..d44012e
Binary files /dev/null and b/resources/160.png differ
diff --git a/resources/161.png b/resources/161.png
new file mode 100644
index 0000000..862620e
Binary files /dev/null and b/resources/161.png differ
diff --git a/resources/162.png b/resources/162.png
new file mode 100644
index 0000000..6039669
Binary files /dev/null and b/resources/162.png differ
diff --git a/resources/163.png b/resources/163.png
new file mode 100644
index 0000000..bcdb5f5
Binary files /dev/null and b/resources/163.png differ
diff --git a/resources/164.png b/resources/164.png
new file mode 100644
index 0000000..ddc4d30
Binary files /dev/null and b/resources/164.png differ
diff --git a/resources/165.png b/resources/165.png
new file mode 100644
index 0000000..bc91db6
Binary files /dev/null and b/resources/165.png differ
diff --git a/resources/166.png b/resources/166.png
new file mode 100644
index 0000000..e062956
Binary files /dev/null and b/resources/166.png differ
diff --git a/resources/167.png b/resources/167.png
new file mode 100644
index 0000000..83c67dd
Binary files /dev/null and b/resources/167.png differ
diff --git a/resources/168.png b/resources/168.png
new file mode 100644
index 0000000..1d06cc6
Binary files /dev/null and b/resources/168.png differ
diff --git a/resources/169.png b/resources/169.png
new file mode 100644
index 0000000..13b8fab
Binary files /dev/null and b/resources/169.png differ
diff --git a/resources/17.png b/resources/17.png
new file mode 100644
index 0000000..e88affd
Binary files /dev/null and b/resources/17.png differ
diff --git a/resources/170.png b/resources/170.png
new file mode 100644
index 0000000..f612edc
Binary files /dev/null and b/resources/170.png differ
diff --git a/resources/171.png b/resources/171.png
new file mode 100644
index 0000000..38aa220
Binary files /dev/null and b/resources/171.png differ
diff --git a/resources/172.png b/resources/172.png
new file mode 100644
index 0000000..519b61e
Binary files /dev/null and b/resources/172.png differ
diff --git a/resources/173.png b/resources/173.png
new file mode 100644
index 0000000..15d1e1b
Binary files /dev/null and b/resources/173.png differ
diff --git a/resources/174.png b/resources/174.png
new file mode 100644
index 0000000..b33598d
Binary files /dev/null and b/resources/174.png differ
diff --git a/resources/175.png b/resources/175.png
new file mode 100644
index 0000000..0771793
Binary files /dev/null and b/resources/175.png differ
diff --git a/resources/176.png b/resources/176.png
new file mode 100644
index 0000000..8e5bcdf
Binary files /dev/null and b/resources/176.png differ
diff --git a/resources/177.png b/resources/177.png
new file mode 100644
index 0000000..18c0500
Binary files /dev/null and b/resources/177.png differ
diff --git a/resources/178.png b/resources/178.png
new file mode 100644
index 0000000..8885bb8
Binary files /dev/null and b/resources/178.png differ
diff --git a/resources/179.png b/resources/179.png
new file mode 100644
index 0000000..0b88f35
Binary files /dev/null and b/resources/179.png differ
diff --git a/resources/18.png b/resources/18.png
new file mode 100644
index 0000000..941a7a4
Binary files /dev/null and b/resources/18.png differ
diff --git a/resources/180.png b/resources/180.png
new file mode 100644
index 0000000..d1d30bd
Binary files /dev/null and b/resources/180.png differ
diff --git a/resources/181.png b/resources/181.png
new file mode 100644
index 0000000..4dbaacc
Binary files /dev/null and b/resources/181.png differ
diff --git a/resources/182.png b/resources/182.png
new file mode 100644
index 0000000..2ff845d
Binary files /dev/null and b/resources/182.png differ
diff --git a/resources/183.png b/resources/183.png
new file mode 100644
index 0000000..49083d5
Binary files /dev/null and b/resources/183.png differ
diff --git a/resources/184.png b/resources/184.png
new file mode 100644
index 0000000..df259ae
Binary files /dev/null and b/resources/184.png differ
diff --git a/resources/185.png b/resources/185.png
new file mode 100644
index 0000000..30e6e8c
Binary files /dev/null and b/resources/185.png differ
diff --git a/resources/186.png b/resources/186.png
new file mode 100644
index 0000000..9e776c9
Binary files /dev/null and b/resources/186.png differ
diff --git a/resources/187.png b/resources/187.png
new file mode 100644
index 0000000..0efa3ee
Binary files /dev/null and b/resources/187.png differ
diff --git a/resources/188.png b/resources/188.png
new file mode 100644
index 0000000..a453a0c
Binary files /dev/null and b/resources/188.png differ
diff --git a/resources/189.png b/resources/189.png
new file mode 100644
index 0000000..e93a916
Binary files /dev/null and b/resources/189.png differ
diff --git a/resources/19.png b/resources/19.png
new file mode 100644
index 0000000..6165604
Binary files /dev/null and b/resources/19.png differ
diff --git a/resources/190.png b/resources/190.png
new file mode 100644
index 0000000..c67c874
Binary files /dev/null and b/resources/190.png differ
diff --git a/resources/191.png b/resources/191.png
new file mode 100644
index 0000000..c67c874
Binary files /dev/null and b/resources/191.png differ
diff --git a/resources/2.png b/resources/2.png
new file mode 100644
index 0000000..fe85469
Binary files /dev/null and b/resources/2.png differ
diff --git a/resources/20.png b/resources/20.png
new file mode 100644
index 0000000..11d9b85
Binary files /dev/null and b/resources/20.png differ
diff --git a/resources/21.png b/resources/21.png
new file mode 100644
index 0000000..6bef4d3
Binary files /dev/null and b/resources/21.png differ
diff --git a/resources/22.png b/resources/22.png
new file mode 100644
index 0000000..659f5af
Binary files /dev/null and b/resources/22.png differ
diff --git a/resources/23.png b/resources/23.png
new file mode 100644
index 0000000..12e0c9e
Binary files /dev/null and b/resources/23.png differ
diff --git a/resources/24.png b/resources/24.png
new file mode 100644
index 0000000..ec913fb
Binary files /dev/null and b/resources/24.png differ
diff --git a/resources/25.png b/resources/25.png
new file mode 100644
index 0000000..8b7a8b8
Binary files /dev/null and b/resources/25.png differ
diff --git a/resources/26.png b/resources/26.png
new file mode 100644
index 0000000..96af6e3
Binary files /dev/null and b/resources/26.png differ
diff --git a/resources/27.png b/resources/27.png
new file mode 100644
index 0000000..8074021
Binary files /dev/null and b/resources/27.png differ
diff --git a/resources/28.png b/resources/28.png
new file mode 100644
index 0000000..b6140d1
Binary files /dev/null and b/resources/28.png differ
diff --git a/resources/29.png b/resources/29.png
new file mode 100644
index 0000000..3f0c989
Binary files /dev/null and b/resources/29.png differ
diff --git a/resources/3.png b/resources/3.png
new file mode 100644
index 0000000..f62d414
Binary files /dev/null and b/resources/3.png differ
diff --git a/resources/30.png b/resources/30.png
new file mode 100644
index 0000000..f6a5e6d
Binary files /dev/null and b/resources/30.png differ
diff --git a/resources/31.png b/resources/31.png
new file mode 100644
index 0000000..ef2ab1a
Binary files /dev/null and b/resources/31.png differ
diff --git a/resources/32.png b/resources/32.png
new file mode 100644
index 0000000..9e4f8bd
Binary files /dev/null and b/resources/32.png differ
diff --git a/resources/33.png b/resources/33.png
new file mode 100644
index 0000000..f68c209
Binary files /dev/null and b/resources/33.png differ
diff --git a/resources/34.png b/resources/34.png
new file mode 100644
index 0000000..e2f6234
Binary files /dev/null and b/resources/34.png differ
diff --git a/resources/35.png b/resources/35.png
new file mode 100644
index 0000000..122452f
Binary files /dev/null and b/resources/35.png differ
diff --git a/resources/36.png b/resources/36.png
new file mode 100644
index 0000000..db18efe
Binary files /dev/null and b/resources/36.png differ
diff --git a/resources/37.png b/resources/37.png
new file mode 100644
index 0000000..dd76de1
Binary files /dev/null and b/resources/37.png differ
diff --git a/resources/38.png b/resources/38.png
new file mode 100644
index 0000000..fff91a4
Binary files /dev/null and b/resources/38.png differ
diff --git a/resources/39.png b/resources/39.png
new file mode 100644
index 0000000..0778d70
Binary files /dev/null and b/resources/39.png differ
diff --git a/resources/4.png b/resources/4.png
new file mode 100644
index 0000000..198c29a
Binary files /dev/null and b/resources/4.png differ
diff --git a/resources/40.png b/resources/40.png
new file mode 100644
index 0000000..d4bc397
Binary files /dev/null and b/resources/40.png differ
diff --git a/resources/41.png b/resources/41.png
new file mode 100644
index 0000000..a7004a6
Binary files /dev/null and b/resources/41.png differ
diff --git a/resources/42.png b/resources/42.png
new file mode 100644
index 0000000..301ceb5
Binary files /dev/null and b/resources/42.png differ
diff --git a/resources/43.png b/resources/43.png
new file mode 100644
index 0000000..d4548a6
Binary files /dev/null and b/resources/43.png differ
diff --git a/resources/44.png b/resources/44.png
new file mode 100644
index 0000000..e22934a
Binary files /dev/null and b/resources/44.png differ
diff --git a/resources/45.png b/resources/45.png
new file mode 100644
index 0000000..c97d51a
Binary files /dev/null and b/resources/45.png differ
diff --git a/resources/46.png b/resources/46.png
new file mode 100644
index 0000000..9d55ae8
Binary files /dev/null and b/resources/46.png differ
diff --git a/resources/47.png b/resources/47.png
new file mode 100644
index 0000000..594795b
Binary files /dev/null and b/resources/47.png differ
diff --git a/resources/48.png b/resources/48.png
new file mode 100644
index 0000000..c60b0f2
Binary files /dev/null and b/resources/48.png differ
diff --git a/resources/49.png b/resources/49.png
new file mode 100644
index 0000000..ffbf8c8
Binary files /dev/null and b/resources/49.png differ
diff --git a/resources/5.png b/resources/5.png
new file mode 100644
index 0000000..1d63b40
Binary files /dev/null and b/resources/5.png differ
diff --git a/resources/50.png b/resources/50.png
new file mode 100644
index 0000000..5de0b05
Binary files /dev/null and b/resources/50.png differ
diff --git a/resources/51.png b/resources/51.png
new file mode 100644
index 0000000..3153515
Binary files /dev/null and b/resources/51.png differ
diff --git a/resources/52.png b/resources/52.png
new file mode 100644
index 0000000..ea135ad
Binary files /dev/null and b/resources/52.png differ
diff --git a/resources/53.png b/resources/53.png
new file mode 100644
index 0000000..9bd4830
Binary files /dev/null and b/resources/53.png differ
diff --git a/resources/54.png b/resources/54.png
new file mode 100644
index 0000000..ec3d721
Binary files /dev/null and b/resources/54.png differ
diff --git a/resources/55.png b/resources/55.png
new file mode 100644
index 0000000..35518b9
Binary files /dev/null and b/resources/55.png differ
diff --git a/resources/56.png b/resources/56.png
new file mode 100644
index 0000000..a95ef6b
Binary files /dev/null and b/resources/56.png differ
diff --git a/resources/57.png b/resources/57.png
new file mode 100644
index 0000000..7c4cb89
Binary files /dev/null and b/resources/57.png differ
diff --git a/resources/58.png b/resources/58.png
new file mode 100644
index 0000000..ef75b55
Binary files /dev/null and b/resources/58.png differ
diff --git a/resources/59.png b/resources/59.png
new file mode 100644
index 0000000..e3cb1d5
Binary files /dev/null and b/resources/59.png differ
diff --git a/resources/6.png b/resources/6.png
new file mode 100644
index 0000000..bc8e148
Binary files /dev/null and b/resources/6.png differ
diff --git a/resources/60.png b/resources/60.png
new file mode 100644
index 0000000..3653de3
Binary files /dev/null and b/resources/60.png differ
diff --git a/resources/61.png b/resources/61.png
new file mode 100644
index 0000000..ce61835
Binary files /dev/null and b/resources/61.png differ
diff --git a/resources/62.png b/resources/62.png
new file mode 100644
index 0000000..06ab5b3
Binary files /dev/null and b/resources/62.png differ
diff --git a/resources/63.png b/resources/63.png
new file mode 100644
index 0000000..8a3ba0e
Binary files /dev/null and b/resources/63.png differ
diff --git a/resources/64.png b/resources/64.png
new file mode 100644
index 0000000..ca56882
Binary files /dev/null and b/resources/64.png differ
diff --git a/resources/65.png b/resources/65.png
new file mode 100644
index 0000000..a429640
Binary files /dev/null and b/resources/65.png differ
diff --git a/resources/66.png b/resources/66.png
new file mode 100644
index 0000000..4cb0b18
Binary files /dev/null and b/resources/66.png differ
diff --git a/resources/67.png b/resources/67.png
new file mode 100644
index 0000000..349f425
Binary files /dev/null and b/resources/67.png differ
diff --git a/resources/68.png b/resources/68.png
new file mode 100644
index 0000000..f21ef1f
Binary files /dev/null and b/resources/68.png differ
diff --git a/resources/69.png b/resources/69.png
new file mode 100644
index 0000000..df78219
Binary files /dev/null and b/resources/69.png differ
diff --git a/resources/7.png b/resources/7.png
new file mode 100644
index 0000000..4b895b5
Binary files /dev/null and b/resources/7.png differ
diff --git a/resources/70.png b/resources/70.png
new file mode 100644
index 0000000..4b51759
Binary files /dev/null and b/resources/70.png differ
diff --git a/resources/71.png b/resources/71.png
new file mode 100644
index 0000000..3a31569
Binary files /dev/null and b/resources/71.png differ
diff --git a/resources/72.png b/resources/72.png
new file mode 100644
index 0000000..880a418
Binary files /dev/null and b/resources/72.png differ
diff --git a/resources/73.png b/resources/73.png
new file mode 100644
index 0000000..9d0b5c4
Binary files /dev/null and b/resources/73.png differ
diff --git a/resources/74.png b/resources/74.png
new file mode 100644
index 0000000..157fe7c
Binary files /dev/null and b/resources/74.png differ
diff --git a/resources/75.png b/resources/75.png
new file mode 100644
index 0000000..4a8d544
Binary files /dev/null and b/resources/75.png differ
diff --git a/resources/76.png b/resources/76.png
new file mode 100644
index 0000000..eda911e
Binary files /dev/null and b/resources/76.png differ
diff --git a/resources/77.png b/resources/77.png
new file mode 100644
index 0000000..b30dcfb
Binary files /dev/null and b/resources/77.png differ
diff --git a/resources/78.png b/resources/78.png
new file mode 100644
index 0000000..fd03e3e
Binary files /dev/null and b/resources/78.png differ
diff --git a/resources/79.png b/resources/79.png
new file mode 100644
index 0000000..faf2b0d
Binary files /dev/null and b/resources/79.png differ
diff --git a/resources/8.png b/resources/8.png
new file mode 100644
index 0000000..9761147
Binary files /dev/null and b/resources/8.png differ
diff --git a/resources/80.png b/resources/80.png
new file mode 100644
index 0000000..b990164
Binary files /dev/null and b/resources/80.png differ
diff --git a/resources/81.png b/resources/81.png
new file mode 100644
index 0000000..577f3f9
Binary files /dev/null and b/resources/81.png differ
diff --git a/resources/82.png b/resources/82.png
new file mode 100644
index 0000000..78fd555
Binary files /dev/null and b/resources/82.png differ
diff --git a/resources/83.png b/resources/83.png
new file mode 100644
index 0000000..17c2a72
Binary files /dev/null and b/resources/83.png differ
diff --git a/resources/84.png b/resources/84.png
new file mode 100644
index 0000000..24e2bf4
Binary files /dev/null and b/resources/84.png differ
diff --git a/resources/85.png b/resources/85.png
new file mode 100644
index 0000000..503c77e
Binary files /dev/null and b/resources/85.png differ
diff --git a/resources/86.png b/resources/86.png
new file mode 100644
index 0000000..bccbd9c
Binary files /dev/null and b/resources/86.png differ
diff --git a/resources/87.png b/resources/87.png
new file mode 100644
index 0000000..63eac44
Binary files /dev/null and b/resources/87.png differ
diff --git a/resources/88.png b/resources/88.png
new file mode 100644
index 0000000..3c5d808
Binary files /dev/null and b/resources/88.png differ
diff --git a/resources/89.png b/resources/89.png
new file mode 100644
index 0000000..fea4c49
Binary files /dev/null and b/resources/89.png differ
diff --git a/resources/9.png b/resources/9.png
new file mode 100644
index 0000000..9642440
Binary files /dev/null and b/resources/9.png differ
diff --git a/resources/90.png b/resources/90.png
new file mode 100644
index 0000000..bbd1385
Binary files /dev/null and b/resources/90.png differ
diff --git a/resources/91.png b/resources/91.png
new file mode 100644
index 0000000..79ca25d
Binary files /dev/null and b/resources/91.png differ
diff --git a/resources/92.png b/resources/92.png
new file mode 100644
index 0000000..be24acf
Binary files /dev/null and b/resources/92.png differ
diff --git a/resources/93.png b/resources/93.png
new file mode 100644
index 0000000..399faf2
Binary files /dev/null and b/resources/93.png differ
diff --git a/resources/94.png b/resources/94.png
new file mode 100644
index 0000000..7155d9e
Binary files /dev/null and b/resources/94.png differ
diff --git a/resources/95.png b/resources/95.png
new file mode 100644
index 0000000..3d8d69c
Binary files /dev/null and b/resources/95.png differ
diff --git a/resources/96.png b/resources/96.png
new file mode 100644
index 0000000..2adc0f9
Binary files /dev/null and b/resources/96.png differ
diff --git a/resources/97.png b/resources/97.png
new file mode 100644
index 0000000..895a45d
Binary files /dev/null and b/resources/97.png differ
diff --git a/resources/98.png b/resources/98.png
new file mode 100644
index 0000000..412c955
Binary files /dev/null and b/resources/98.png differ
diff --git a/resources/99.png b/resources/99.png
new file mode 100644
index 0000000..0ff4c45
Binary files /dev/null and b/resources/99.png differ
diff --git a/take out and in.py b/take out and in.py
new file mode 100644
index 0000000..203b75f
--- /dev/null
+++ b/take out and in.py
@@ -0,0 +1,7 @@
+from PIL import Image,ImageSequence
+
+im=Image.open('dive.gif')
+num=0
+for i in ImageSequence.Iterator(im):
+    i.save('turn/'+str(num)+'.png')
+    num+=1
\ No newline at end of file
diff --git a/turn/0.png b/turn/0.png
new file mode 100644
index 0000000..e247eeb
Binary files /dev/null and b/turn/0.png differ
diff --git a/turn/1.png b/turn/1.png
new file mode 100644
index 0000000..6dd9f1a
Binary files /dev/null and b/turn/1.png differ
diff --git a/turn/10.png b/turn/10.png
new file mode 100644
index 0000000..3bb9d13
Binary files /dev/null and b/turn/10.png differ
diff --git a/turn/11.png b/turn/11.png
new file mode 100644
index 0000000..76fd329
Binary files /dev/null and b/turn/11.png differ
diff --git a/turn/12.png b/turn/12.png
new file mode 100644
index 0000000..b652ab3
Binary files /dev/null and b/turn/12.png differ
diff --git a/turn/13.png b/turn/13.png
new file mode 100644
index 0000000..c914e7a
Binary files /dev/null and b/turn/13.png differ
diff --git a/turn/14.png b/turn/14.png
new file mode 100644
index 0000000..378694b
Binary files /dev/null and b/turn/14.png differ
diff --git a/turn/15.png b/turn/15.png
new file mode 100644
index 0000000..8e8bd87
Binary files /dev/null and b/turn/15.png differ
diff --git a/turn/16.png b/turn/16.png
new file mode 100644
index 0000000..bacd778
Binary files /dev/null and b/turn/16.png differ
diff --git a/turn/17.png b/turn/17.png
new file mode 100644
index 0000000..8300da8
Binary files /dev/null and b/turn/17.png differ
diff --git a/turn/18.png b/turn/18.png
new file mode 100644
index 0000000..95be816
Binary files /dev/null and b/turn/18.png differ
diff --git a/turn/19.png b/turn/19.png
new file mode 100644
index 0000000..34b205e
Binary files /dev/null and b/turn/19.png differ
diff --git a/turn/2.png b/turn/2.png
new file mode 100644
index 0000000..35613f8
Binary files /dev/null and b/turn/2.png differ
diff --git a/turn/20.png b/turn/20.png
new file mode 100644
index 0000000..60ea0ac
Binary files /dev/null and b/turn/20.png differ
diff --git a/turn/21.png b/turn/21.png
new file mode 100644
index 0000000..d7b9146
Binary files /dev/null and b/turn/21.png differ
diff --git a/turn/22.png b/turn/22.png
new file mode 100644
index 0000000..1bfd5b4
Binary files /dev/null and b/turn/22.png differ
diff --git a/turn/23.png b/turn/23.png
new file mode 100644
index 0000000..3c0996d
Binary files /dev/null and b/turn/23.png differ
diff --git a/turn/24.png b/turn/24.png
new file mode 100644
index 0000000..0263592
Binary files /dev/null and b/turn/24.png differ
diff --git a/turn/25.png b/turn/25.png
new file mode 100644
index 0000000..076c250
Binary files /dev/null and b/turn/25.png differ
diff --git a/turn/26.png b/turn/26.png
new file mode 100644
index 0000000..5eb04b2
Binary files /dev/null and b/turn/26.png differ
diff --git a/turn/27.png b/turn/27.png
new file mode 100644
index 0000000..e419137
Binary files /dev/null and b/turn/27.png differ
diff --git a/turn/28.png b/turn/28.png
new file mode 100644
index 0000000..f298c59
Binary files /dev/null and b/turn/28.png differ
diff --git a/turn/29.png b/turn/29.png
new file mode 100644
index 0000000..42750bd
Binary files /dev/null and b/turn/29.png differ
diff --git a/turn/3.png b/turn/3.png
new file mode 100644
index 0000000..0476373
Binary files /dev/null and b/turn/3.png differ
diff --git a/turn/30.png b/turn/30.png
new file mode 100644
index 0000000..ef1ed3a
Binary files /dev/null and b/turn/30.png differ
diff --git a/turn/31.png b/turn/31.png
new file mode 100644
index 0000000..8b62acb
Binary files /dev/null and b/turn/31.png differ
diff --git a/turn/32.png b/turn/32.png
new file mode 100644
index 0000000..85f2d40
Binary files /dev/null and b/turn/32.png differ
diff --git a/turn/33.png b/turn/33.png
new file mode 100644
index 0000000..00f6069
Binary files /dev/null and b/turn/33.png differ
diff --git a/turn/34.png b/turn/34.png
new file mode 100644
index 0000000..2eac8f3
Binary files /dev/null and b/turn/34.png differ
diff --git a/turn/35.png b/turn/35.png
new file mode 100644
index 0000000..9733eb4
Binary files /dev/null and b/turn/35.png differ
diff --git a/turn/36.png b/turn/36.png
new file mode 100644
index 0000000..7a3be78
Binary files /dev/null and b/turn/36.png differ
diff --git a/turn/4.png b/turn/4.png
new file mode 100644
index 0000000..597f4a4
Binary files /dev/null and b/turn/4.png differ
diff --git a/turn/5.png b/turn/5.png
new file mode 100644
index 0000000..950a184
Binary files /dev/null and b/turn/5.png differ
diff --git a/turn/6.png b/turn/6.png
new file mode 100644
index 0000000..7a50fc6
Binary files /dev/null and b/turn/6.png differ
diff --git a/turn/7.png b/turn/7.png
new file mode 100644
index 0000000..a9a4122
Binary files /dev/null and b/turn/7.png differ
diff --git a/turn/8.png b/turn/8.png
new file mode 100644
index 0000000..15a2036
Binary files /dev/null and b/turn/8.png differ
diff --git a/turn/9.png b/turn/9.png
new file mode 100644
index 0000000..fafe92f
Binary files /dev/null and b/turn/9.png differ
diff --git a/xbdts.gif b/xbdts.gif
new file mode 100644
index 0000000..6784024
Binary files /dev/null and b/xbdts.gif differ