This folder contains 7 files:
README.md
file (This file)characters.csv
file ..* This file contains characters of Game of Thronesepisode_per_season.csv
file ..* This file contains Character appearance in Game of Thrones and in what season they diedmain.py
file ..* This script reads the characters from thecsv
files and creates a simple web application that displays their profileCharacter.py
file ..* This file defines the model of a Game of Thrones characterSeason.py
file ..* This file defines the model of a Game of Thrones seasonSeasonCharacter.py
file ..* This file defines the model of a Game of Thrones character's season
You need python installed on your computer
To run the web application type python main.py
The application will be accessed from localhost:8082 in your browser