Skip to content

Latest commit

 

History

History
executable file
·
28 lines (22 loc) · 1004 Bytes

File metadata and controls

executable file
·
28 lines (22 loc) · 1004 Bytes

The FIFA Project

Author: Helinski (Shubham Saha)

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

Usage

  1. Clone the repository using the link: https://github.com/Helinskii/Project-FIFA.git
  2. Install the required libraries using - pip install -r requirements.txt
  3. Run command - python main.py
  4. If your default environment is Python 2, then run - python3 main.py

Screenshots

Menu + Schedule

Highlights all Argentina matches
Can be changed in the source code

Menu + Schedule

Points Table

Points Table

Past Results

Past Results

Live Score coming up soon!