Fresh Tomatoes Movie Trailers is a course related project in Udacity's nanodegree. The Movie Trailer Website sorts a number of 6 movies in an html file with the ability to watch any of the movie trailer when clicking any of the posters with a clear, and eye catching movie posters.
1) Download the movie-trailer-website.zip file.
2) Unzip the file.
3) run the entertainment_center.py.
Create a folder on your computer to use for your Python programs, such as C:\pythonpractice, and save your .py files in that folder. In the Start menu, select "Run...", and type in cmd. This will cause the Windows terminal to open. Type cd \pythonpractice to change directory to your pythonpractice folder, and hit Enter. Type entertainment_center.py to run your program!
Create a folder on your computer to use for your Python programs. A good suggestion would be to name it pythonpractice and place it in your Home folder (the one that contains folders for Documents, Movies, Music, Pictures, etc). Save your .py files into this folder.
Open the Applications folder, go into the Utilities folder, and open the Terminal program.
Type cd pythonpractice to change directory to your pythonpractice folder, and hit Enter.
Type python ./entertainment_center.py
to run your program!
Note:
If you have both Python 2 and Python 3 installed (Your machine comes with a version of Python 2 but you can install Python 3 as well), you should run python3 entertainment_center.py
Create a folder on your computer to use for your Python programs, such as ~/pythonpractice
, and save your .py files in that folder.
Open up the terminal program. In KDE, open the main menu and select "Run Command..." to open Konsole. In GNOME, open the main menu, open the Applications folder, open the Accessories folder, and select Terminal.
Type cd ~/pythonpractice to change directory to your pythonpractice folder, and hit Enter.
Type python ./entertainment_center.py
to run your program!
Note:
If you have both Python version 2.6.1 and Python 3.0 installed (Very possible if you are using Ubuntu, and ran sudo apt-get install python3 to have python3 installed), you should run python3 entertainment_center.py
-The file fresh_tomatoes.py was downloaded from udacity.com and can by found in the instructor notes.
-Movie Posters are all from wikipedia pages and not owned by me.
-Movie Trailers are from youtube.com and not owned by me.