This is a simple project based on Python. It shows the trailer of some worth watching movies on a webpage.
Using terminal:
- Clone or download the github repository.
- Navigate to the github repository
cd Movies-Project-master
- Run the 'entertainment_center.py' file
python entertainment_center.py
Using IDLE:
- Python along with IDLE must be installed, for help visit https://www.python.org/downloads/
- Clone or download the github repository.
- Open IDLE.
- Go to File and select Open. Navigate to downloaded files and Open entertainment_center.py
- Press F5 or click Run from the Menu to run the file.