Ankit-Saha-2003 / fifa-rankings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FIFA Rankings

This is a simple database management tool for FIFA Rankings. The official top 20 ranked teams are automatically imported (for the sake of convenience) into the database by web scraping the Wikipedia page for FIFA World Rankings. The tool contains functionality for (through a webpage):

  • adding a team
  • deleting a team
  • changing a team's rating
  • updating the ratings of two teams based on the result of a match played between them

Usage

Enter the following command in your terminal while you are in the directory containing app.py

python -m flask run

Click on the link displayed and it will take you to the webpage.

About


Languages

Language:Python 52.4%Language:HTML 39.7%Language:CSS 7.9%