A simple terminal-based menu-driven program that fetches major FIFA data almost instantly.
The program is written in Python 3
and utilizes the Beautiful Soup
library to scrape data from the internet.
Credits :
ESPN - http://www.espn.in
FIFA - http://www.fifa.com
- Clone the repository using the link: https://github.com/Helinskii/Project-FIFA.git
- Install the required libraries using -
pip install -r requirements.txt
- Run command -
python main.py
- If your default environment is
Python 2
, then run -python3 main.py
Highlights all Argentina matches
Can be changed in the source code