A Python script visualizes trends in average movie durations from 1970 to the present using data scraped from Allociné.
This project is a Python script that visualizes the evolution of average movie durations over the years, starting from 1970 up to the current year. The script scrapes data from the Allociné website and generates a plot to display trends in movie durations by year.
This project was undertaken as a personal challenge to learn and experiment with web scraping in Python. It was completed within a tight timeframe of less than 12 hours, providing valuable hands-on experience with web scraping, data visualization, and Python programming.
To install and run the Average Movies Duration script, follow these steps:
- Clone the repository:
git clone https://github.com/Victor-Pavageau/AverageMoviesDuration.git- Navigate to the project directory:
cd AverageMoviesDuration-
Install the required dependencies:
Make sure you have Python installed.
To start the script, simply run the following command:
python main.pyTo view a sample result, check the ResultExample.png file, which illustrates data trends from 1970 to 2022.
Development: The development of this project was completed in August 2022.
Maintenance: This project is no longer maintained.
Future updates: No future updates are planned for this project.