-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenter.py
More file actions
13 lines (11 loc) · 912 Bytes
/
enter.py
File metadata and controls
13 lines (11 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
import media
import fresh_tomatoes
push_ups = media.Movie("Push_Up","Story about a boy whose toys come to life","file:///home/dexter/Desktop/DoIt/msgifs/icon1.jpg","file:///home/dexter/Desktop/DoIt/msgifs/Push_Up.gif")
#print(toy_story.storyline)
plank = media.Movie("Plank","Marine on alien planet","file:///home/dexter/Desktop/DoIt/msgifs/icon2.png","file:///home/dexter/Desktop/DoIt/msgifs/Plank.gif")
#print(avatar.storylinfew we)
#avatar.show_trailer()
crunches = media.Movie("Crunches","Chipmunks who can sing","file:///home/dexter/Desktop/DoIt/msgifs/icon3_new.jpg","file:///home/dexter/Desktop/DoIt/msgifs/Crunches.gif")
toe_touch = media.Movie("Toe_Touch","Using rock music to learn","file:///home/dexter/Desktop/DoIt/msgifs/icon4_new.jpg","file:///home/dexter/Desktop/DoIt/msgifs/Toe_Touch.gif")
exercises = [push_ups,plank,crunches,toe_touch]
fresh_tomatoes.open_movies_page(exercises)