This project is a football website built using Flask, a lightweight and modular web framework. The website is designed to provide football enthusiasts with the latest news, match fixtures, and scores. Users can browse team and player statistics, view match schedules and scores, and track live scores of ongoing matches.
- Latest news, match fixtures, and scores
- Team and player statistics
- Live score tracker
- Responsive design for all devices
This website is built using the following technologies:
- Flask - a lightweight and modular web framework
- HTML, CSS, and JavaScript - for the website's frontend
- Clone the repository:
git clone https://github.com/<your-username>/<your-repo-name>.git
- Create a virtual environment and activate it:
python3 -m venv env && source env/bin/activate
- Install the required packages:
pip install -r requirements.txt
- Run the application:
python app.py
The website can be accessed on any web browser by navigating to the URL where it is deployed. Users can browse news articles, match fixtures and scores, and track live scores of ongoing matches. They can also view team and player statistics.
This project is licensed under the MIT License - see the LICENSE.md file for details.
This project was created by SHAIKH SALMAN, SIDDIQUI AMMAR AND SHAIKH ZAID as part of PYTHON MINI PROJECT. Special thanks to swati ma'am for their guidance and support.