Source code for a Movie Trailer website.
Hello and welcome to CrazySessions Movie Website Database.
- Download the code or clone the repository
- Open it with an ide of your choice (e.g. sublime, pycharm, atom)
- Start the program to run the website from the entertainment_center.py file if you try to start the program from another file, you will get a console message which will lead you to the right file, hopefully
- Go to the folder you downloaded the repository to (e.g. in my case E:\PythonProjects\ud036_StarterCode)
- Shift + right click -- chose "Open Command prompt here"
- write "python entertainment_center.py" in the command prompt and enjoy the program same as in the ide if you try to start from another file you will get an error message with a note to the correct file
- Finding "[" wrongly displaying after the movie durration time
- e.g. TV Show Database (can inherit from video.Video class)
Thanks to udacity Full Stack Web Developer course for the fresh_tomatoes.py template and the inspiration for movies getting used
credits to Kunal Chawla for the program structure