https://github.com/305kishan/fifa
Web Application for Teams (Clubs & Countries) Analysis in FIFA Video Games (2015 - 2022).
https://github.com/305kishan/fifa
eda fifa python video-game
Last synced: 8 months ago
JSON representation
Web Application for Teams (Clubs & Countries) Analysis in FIFA Video Games (2015 - 2022).
- Host: GitHub
- URL: https://github.com/305kishan/fifa
- Owner: 305kishan
- Created: 2022-01-01T18:20:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-08T17:13:06.000Z (over 4 years ago)
- Last Synced: 2025-08-30T23:56:22.864Z (9 months ago)
- Topics: eda, fifa, python, video-game
- Language: Python
- Homepage:
- Size: 48.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FIFA Analysis
Web Application for Teams (Clubs & Countries) Analysis in FIFA Video Games (2015 - 2022).
Application hosted on Heroku Cloud.
---
[](https://www.linkedin.com/in/305kishan/)
---
# [](https://fifa-analysis.herokuapp.com/)
# Application Link - [FIFA 20 Analysis](https://fifa-analysis.herokuapp.com/)
## Table of Content
## Overview
This Python Application Displays various statistics of Club or Country with the Help of Textual and Graphical Data.
## Installation
This code can run on any PYTHON 3 version. If you want to run this on your local machine but don't have Python, please install Python 3 first. To install required packages and library, run this command in project directory after cloning the the repository.
```pip install -r requirements.txt```
## Run
On your local machine, run [FIFA.py](https://github.com/305kishan/FIFA/blob/main/FIFA.py) in your command prompt and then use the the IP address to access the Url.
```streamlit run FIFA.py```
## Heroku Deployement
Create a new app in [Heroku](https://www.heroku.com/) and link the [Github Repository](https://github.com/305kishan/FIFA).
## To Do